Build Information
Successful build of Willow, reference main (a36510
), with Swift 6.0 for watchOS using Xcode 16.0 on 3 Nov 2024 09:06:37 UTC.
Swift 6 data race errors: 24
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Willow -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let debug = LogLevel(rawValue: debugBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
public static let debug = LogLevel(rawValue: debugBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let debug = LogLevel(rawValue: debugBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let info = LogLevel(rawValue: infoBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: annotate 'info' with '@MainActor' if property should only be accessed from the main actor
public static let info = LogLevel(rawValue: infoBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let info = LogLevel(rawValue: infoBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: warning: static property 'warn' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let warn = LogLevel(rawValue: warnBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: annotate 'warn' with '@MainActor' if property should only be accessed from the main actor
public static let warn = LogLevel(rawValue: warnBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let warn = LogLevel(rawValue: warnBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let error = LogLevel(rawValue: errorBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: annotate 'error' with '@MainActor' if property should only be accessed from the main actor
public static let error = LogLevel(rawValue: errorBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let error = LogLevel(rawValue: errorBitmask)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Emitting module for Willow (in target 'Willow' from project 'Willow')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Willow (in target 'Willow' from project 'Willow')
SwiftDriver\ Compilation\ Requirements Willow normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Willow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow-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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.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/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_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/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements Willow normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Willow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow-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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.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/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_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/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements Willow normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Willow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow-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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.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/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow_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/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow-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/Willow.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.swiftmodule (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Willow-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow-Swift.h (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Willow-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.swiftdoc (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.abi.json (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.swiftmodule (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.swiftdoc (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.abi.json (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.swiftmodule (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.swiftdoc (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.abi.json (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.swiftsourceinfo (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.swiftsourceinfo (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.swiftsourceinfo (in target 'Willow' from project 'Willow')
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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogFilter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64_32 Compiling LogMessage.swift (in target 'Willow' from project 'Willow')
SwiftCompile normal armv7k Compiling\ LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogMessage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling LogLevel.swift (in target 'Willow' from project 'Willow')
SwiftCompile normal arm64_32 Compiling\ LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogLevel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: warning: static property 'off' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let off = LogLevel(rawValue: offBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: note: annotate 'off' with '@MainActor' if property should only be accessed from the main actor
public static let off = LogLevel(rawValue: offBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let off = LogLevel(rawValue: offBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let debug = LogLevel(rawValue: debugBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
public static let debug = LogLevel(rawValue: debugBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let debug = LogLevel(rawValue: debugBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let info = LogLevel(rawValue: infoBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: annotate 'info' with '@MainActor' if property should only be accessed from the main actor
public static let info = LogLevel(rawValue: infoBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let info = LogLevel(rawValue: infoBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: warning: static property 'event' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let event = LogLevel(rawValue: eventBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: note: annotate 'event' with '@MainActor' if property should only be accessed from the main actor
public static let event = LogLevel(rawValue: eventBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let event = LogLevel(rawValue: eventBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: warning: static property 'warn' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let warn = LogLevel(rawValue: warnBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: annotate 'warn' with '@MainActor' if property should only be accessed from the main actor
public static let warn = LogLevel(rawValue: warnBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let warn = LogLevel(rawValue: warnBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let error = LogLevel(rawValue: errorBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: annotate 'error' with '@MainActor' if property should only be accessed from the main actor
public static let error = LogLevel(rawValue: errorBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let error = LogLevel(rawValue: errorBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:67:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all = LogLevel(rawValue: allBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:67:23: note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
public static let all = LogLevel(rawValue: allBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all = LogLevel(rawValue: allBitmask)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling LogMessage.swift (in target 'Willow' from project 'Willow')
SwiftCompile normal arm64_32 Compiling\ LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogFilter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogModifier.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'Willow' from project 'Willow')
SwiftCompile normal armv7k Compiling\ Logger.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/Logger.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Logger.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:68:23: warning: static property 'disabled' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
public static let disabled: Logger = NoOpLogger()
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:33:12: note: class 'Logger' does not conform to the 'Sendable' protocol
open class Logger {
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:68:23: note: annotate 'disabled' with '@MainActor' if property should only be accessed from the main actor
public static let disabled: Logger = NoOpLogger()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let disabled: Logger = NoOpLogger()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:60:31: warning: capture of 'work' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { work() }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:60:31: note: a function type must be marked '@Sendable' to conform to 'Sendable'
queue.async { work() }
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let debug = LogLevel(rawValue: debugBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
public static let debug = LogLevel(rawValue: debugBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let debug = LogLevel(rawValue: debugBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let info = LogLevel(rawValue: infoBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: annotate 'info' with '@MainActor' if property should only be accessed from the main actor
public static let info = LogLevel(rawValue: infoBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let info = LogLevel(rawValue: infoBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: warning: static property 'event' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let event = LogLevel(rawValue: eventBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: note: annotate 'event' with '@MainActor' if property should only be accessed from the main actor
public static let event = LogLevel(rawValue: eventBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let event = LogLevel(rawValue: eventBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: warning: static property 'warn' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let warn = LogLevel(rawValue: warnBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: annotate 'warn' with '@MainActor' if property should only be accessed from the main actor
public static let warn = LogLevel(rawValue: warnBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let warn = LogLevel(rawValue: warnBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let error = LogLevel(rawValue: errorBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: annotate 'error' with '@MainActor' if property should only be accessed from the main actor
public static let error = LogLevel(rawValue: errorBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let error = LogLevel(rawValue: errorBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:228:27: warning: capture of 'self' with non-sendable type 'Logger' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:33:12: note: class 'Logger' does not conform to the 'Sendable' protocol
open class Logger {
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:228:43: warning: capture of 'message' with non-sendable type '() -> (any LogMessage)' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:228:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:228:60: warning: capture of 'logLevel' with non-sendable type 'LogLevel' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:318:27: warning: capture of 'self' with non-sendable type 'Logger' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:33:12: note: class 'Logger' does not conform to the 'Sendable' protocol
open class Logger {
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:318:43: warning: capture of 'message' with non-sendable type '() -> String' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:318:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:318:60: warning: capture of 'logLevel' with non-sendable type 'LogLevel' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: warning: static property 'off' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let off = LogLevel(rawValue: offBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: note: annotate 'off' with '@MainActor' if property should only be accessed from the main actor
public static let off = LogLevel(rawValue: offBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let off = LogLevel(rawValue: offBitmask)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling LogWriter.swift (in target 'Willow' from project 'Willow')
SwiftCompile normal armv7k Compiling\ LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/LogLevel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: warning: static property 'off' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let off = LogLevel(rawValue: offBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: note: annotate 'off' with '@MainActor' if property should only be accessed from the main actor
public static let off = LogLevel(rawValue: offBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let off = LogLevel(rawValue: offBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let debug = LogLevel(rawValue: debugBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
public static let debug = LogLevel(rawValue: debugBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let debug = LogLevel(rawValue: debugBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let info = LogLevel(rawValue: infoBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: annotate 'info' with '@MainActor' if property should only be accessed from the main actor
public static let info = LogLevel(rawValue: infoBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let info = LogLevel(rawValue: infoBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: warning: static property 'event' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let event = LogLevel(rawValue: eventBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: note: annotate 'event' with '@MainActor' if property should only be accessed from the main actor
public static let event = LogLevel(rawValue: eventBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let event = LogLevel(rawValue: eventBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: warning: static property 'warn' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let warn = LogLevel(rawValue: warnBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: annotate 'warn' with '@MainActor' if property should only be accessed from the main actor
public static let warn = LogLevel(rawValue: warnBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let warn = LogLevel(rawValue: warnBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let error = LogLevel(rawValue: errorBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: annotate 'error' with '@MainActor' if property should only be accessed from the main actor
public static let error = LogLevel(rawValue: errorBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let error = LogLevel(rawValue: errorBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:67:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all = LogLevel(rawValue: allBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:67:23: note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
public static let all = LogLevel(rawValue: allBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all = LogLevel(rawValue: allBitmask)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling LogFilter.swift (in target 'Willow' from project 'Willow')
SwiftCompile normal arm64_32 Compiling\ LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/LogModifier.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling LogModifier.swift (in target 'Willow' from project 'Willow')
SwiftDriverJobDiscovery normal arm64 Compiling LogWriter.swift (in target 'Willow' from project 'Willow')
SwiftCompile normal arm64_32 Compiling\ Logger.swift /Users/admin/builder/spi-builder-workspace/Source/Logger.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Source/Logger.swift (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Source/LogFilter.swift /Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Source/LogMessage.swift /Users/admin/builder/spi-builder-workspace/Source/LogModifier.swift /Users/admin/builder/spi-builder-workspace/Source/LogWriter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Source/Logger.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Willow -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.o -index-unit-output-path /Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Logger.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:68:23: warning: static property 'disabled' is not concurrency-safe because non-'Sendable' type 'Logger' may have shared mutable state; this is an error in the Swift 6 language mode
public static let disabled: Logger = NoOpLogger()
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:33:12: note: class 'Logger' does not conform to the 'Sendable' protocol
open class Logger {
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:68:23: note: annotate 'disabled' with '@MainActor' if property should only be accessed from the main actor
public static let disabled: Logger = NoOpLogger()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let disabled: Logger = NoOpLogger()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:60:31: warning: capture of 'work' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { work() }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:60:31: note: a function type must be marked '@Sendable' to conform to 'Sendable'
queue.async { work() }
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let debug = LogLevel(rawValue: debugBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
public static let debug = LogLevel(rawValue: debugBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let debug = LogLevel(rawValue: debugBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let info = LogLevel(rawValue: infoBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: annotate 'info' with '@MainActor' if property should only be accessed from the main actor
public static let info = LogLevel(rawValue: infoBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let info = LogLevel(rawValue: infoBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: warning: static property 'event' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let event = LogLevel(rawValue: eventBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: note: annotate 'event' with '@MainActor' if property should only be accessed from the main actor
public static let event = LogLevel(rawValue: eventBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let event = LogLevel(rawValue: eventBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: warning: static property 'warn' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let warn = LogLevel(rawValue: warnBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: annotate 'warn' with '@MainActor' if property should only be accessed from the main actor
public static let warn = LogLevel(rawValue: warnBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let warn = LogLevel(rawValue: warnBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let error = LogLevel(rawValue: errorBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: annotate 'error' with '@MainActor' if property should only be accessed from the main actor
public static let error = LogLevel(rawValue: errorBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let error = LogLevel(rawValue: errorBitmask)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:228:27: warning: capture of 'self' with non-sendable type 'Logger' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:33:12: note: class 'Logger' does not conform to the 'Sendable' protocol
open class Logger {
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:228:43: warning: capture of 'message' with non-sendable type '() -> (any LogMessage)' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:228:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:228:60: warning: capture of 'logLevel' with non-sendable type 'LogLevel' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:318:27: warning: capture of 'self' with non-sendable type 'Logger' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:33:12: note: class 'Logger' does not conform to the 'Sendable' protocol
open class Logger {
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:318:43: warning: capture of 'message' with non-sendable type '() -> String' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:318:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/Logger.swift:318:60: warning: capture of 'logLevel' with non-sendable type 'LogLevel' in a `@Sendable` closure; this is an error in the Swift 6 language mode
queue.async { self.logMessage(message(), with: logLevel) }
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: warning: static property 'off' is not concurrency-safe because non-'Sendable' type 'LogLevel' may have shared mutable state; this is an error in the Swift 6 language mode
public static let off = LogLevel(rawValue: offBitmask)
^
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:30:15: note: consider making struct 'LogLevel' conform to the 'Sendable' protocol
public struct LogLevel: OptionSet, Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: note: annotate 'off' with '@MainActor' if property should only be accessed from the main actor
public static let off = LogLevel(rawValue: offBitmask)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Source/LogLevel.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let off = LogLevel(rawValue: offBitmask)
^
nonisolated(unsafe)
SwiftDriver\ Compilation Willow normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Willow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow-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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.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/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow_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/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling LogFilter.swift (in target 'Willow' from project 'Willow')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Binary/Willow.o normal arm64 (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Willow_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Binary/Willow.o
SwiftDriverJobDiscovery normal arm64_32 Compiling LogModifier.swift (in target 'Willow' from project 'Willow')
SwiftDriverJobDiscovery normal arm64_32 Compiling LogLevel.swift (in target 'Willow' from project 'Willow')
SwiftDriverJobDiscovery normal armv7k Compiling LogFilter.swift (in target 'Willow' from project 'Willow')
SwiftDriverJobDiscovery normal armv7k Compiling Logger.swift (in target 'Willow' from project 'Willow')
SwiftDriverJobDiscovery normal armv7k Compiling LogWriter.swift (in target 'Willow' from project 'Willow')
SwiftDriverJobDiscovery normal arm64_32 Compiling Logger.swift (in target 'Willow' from project 'Willow')
SwiftDriver\ Compilation Willow normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Willow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow-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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.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/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_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/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow-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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Binary/Willow.o normal arm64_32 (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.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/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Willow_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Binary/Willow.o
SwiftDriverJobDiscovery normal armv7k Compiling LogMessage.swift (in target 'Willow' from project 'Willow')
SwiftDriverJobDiscovery normal armv7k Compiling LogModifier.swift (in target 'Willow' from project 'Willow')
SwiftDriverJobDiscovery normal armv7k Compiling LogLevel.swift (in target 'Willow' from project 'Willow')
SwiftDriver\ Compilation Willow normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Willow -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow-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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.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/Willow.build/Debug-watchos/Willow.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_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/Willow.build/Debug-watchos/Willow.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow-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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Binary/Willow.o normal armv7k (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.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/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Willow_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Binary/Willow.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.o normal arm64\ armv7k\ arm64_32 (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64/Binary/Willow.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/armv7k/Binary/Willow.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Willow.build/Debug-watchos/Willow.build/Objects-normal/arm64_32/Binary/Willow.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.o (in target 'Willow' from project 'Willow')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Willow.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Willow",
"name" : "Willow",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "Willow",
"targets" : [
"Willow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Willow",
"module_type" : "SwiftTarget",
"name" : "Willow",
"path" : "Source",
"product_memberships" : [
"Willow"
],
"sources" : [
"LogFilter.swift",
"LogLevel.swift",
"LogMessage.swift",
"LogModifier.swift",
"LogWriter.swift",
"Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.