The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Interstellar, reference 2.2.0 (f5f628), with Swift 6.0 for watchOS using Xcode 16.0 on 31 Oct 2024 01:16:02 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Interstellar -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:17:23: warning: static property 'NoInitialValue' is not concurrency-safe because non-'Sendable' type 'ObservingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NoInitialValue = ObservingOptions(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:11:15: note: consider making struct 'ObservingOptions' conform to the 'Sendable' protocol
public struct ObservingOptions: OptionSet {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:17:23: note: annotate 'NoInitialValue' with '@MainActor' if property should only be accessed from the main actor
    public static let NoInitialValue = ObservingOptions(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NoInitialValue = ObservingOptions(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: warning: static property 'Once' is not concurrency-safe because non-'Sendable' type 'ObservingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:11:15: note: consider making struct 'ObservingOptions' conform to the 'Sendable' protocol
public struct ObservingOptions: OptionSet {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: note: annotate 'Once' with '@MainActor' if property should only be accessed from the main actor
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling Mutex.swift, Observable+Result.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal arm64 Compiling\ ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/ObserverToken.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift:23:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ObserverToken' to 'Hashable' by implementing 'hash(into:)' instead
    public let hashValue: Int
               ^
SwiftDriverJobDiscovery normal arm64 Compiling ResultType.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal arm64 Compiling\ Mutex.swift,\ Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Mutex.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Mutex.swift:37:52: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        assert(status == 0, "pthread_mutex_lock: \(strerror(status))")
                                                   ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Mutex.swift:37:52: note: use 'String(describing:)' to silence this warning
        assert(status == 0, "pthread_mutex_lock: \(strerror(status))")
                                                   ^~~~~~~~~~~~~~~~
                                                   String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Mutex.swift:37:52: note: provide a default value to avoid this warning
        assert(status == 0, "pthread_mutex_lock: \(strerror(status))")
                                                   ^~~~~~~~~~~~~~~~
                                                                    ?? <#default value#>
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Mutex.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable+Result.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift:11:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func then<U>(_ transform: @escaping (T.Value) -> Result<U>) -> Observable<Result<U>> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift:16:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func then<U>(_ transform: @escaping (T.Value) -> U) -> Observable<Result<U>> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift:21:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func then<U>(_ transform: @escaping (T.Value) throws -> U) -> Observable<Result<U>> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift:26:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func then<U>(_ transform: @escaping (T.Value) -> Observable<U>) -> Observable<Result<U>> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift:38:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func then<U>(_ transform: @escaping (T.Value) -> Observable<Result<U>>) -> Observable<Result<U>> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift:48:24: warning: 'public' modifier is redundant for instance method declared in a public extension
    @discardableResult public func next(_ block: @escaping (T.Value) -> Void) -> Observable<T> {
                       ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift:58:24: warning: 'public' modifier is redundant for instance method declared in a public extension
    @discardableResult public func error(_ block: @escaping (Error) -> Void) -> Observable<T> {
                       ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift:68:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func peek() -> T.Value? {
    ^~~~~~~

SwiftDriverJobDiscovery normal arm64 Compiling ObserverToken.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal armv7k Compiling\ ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.dia -target armv7k-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.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/Sources/Interstellar/ObserverToken.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.dia -target armv7k-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/ObserverToken.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift:23:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ObserverToken' to 'Hashable' by implementing 'hash(into:)' instead
    public let hashValue: Int
               ^
SwiftDriverJobDiscovery normal arm64 Compiling Threading.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal arm64_32 Compiling\ Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.dia -target arm64_32-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.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/Sources/Interstellar/Observable.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.dia -target arm64_32-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Observable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:17:23: warning: static property 'NoInitialValue' is not concurrency-safe because non-'Sendable' type 'ObservingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NoInitialValue = ObservingOptions(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:11:15: note: consider making struct 'ObservingOptions' conform to the 'Sendable' protocol
public struct ObservingOptions: OptionSet {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:17:23: note: annotate 'NoInitialValue' with '@MainActor' if property should only be accessed from the main actor
    public static let NoInitialValue = ObservingOptions(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NoInitialValue = ObservingOptions(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: warning: static property 'Once' is not concurrency-safe because non-'Sendable' type 'ObservingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:11:15: note: consider making struct 'ObservingOptions' conform to the 'Sendable' protocol
public struct ObservingOptions: OptionSet {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: note: annotate 'Once' with '@MainActor' if property should only be accessed from the main actor
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling ObserverToken.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal arm64 Compiling\ Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Result.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Waiting.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal armv7k Compiling\ Waiting.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.dia -target armv7k-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.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/Sources/Interstellar/Warpdrive/Waiting.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.dia -target armv7k-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Waiting.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift:37:2: warning: unexpected version number in 'available' attribute for non-specific platform '*'
@available(*, deprecated: 2.0)
 ^                      ~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift:43:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func wait(_ timeout: TimeInterval? = nil) throws -> T {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift:67:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func wait(_ timeout: TimeInterval? = nil) throws -> T {
    ^~~~~~~

SwiftCompile normal arm64 Compiling\ Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Observable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:17:23: warning: static property 'NoInitialValue' is not concurrency-safe because non-'Sendable' type 'ObservingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NoInitialValue = ObservingOptions(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:11:15: note: consider making struct 'ObservingOptions' conform to the 'Sendable' protocol
public struct ObservingOptions: OptionSet {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:17:23: note: annotate 'NoInitialValue' with '@MainActor' if property should only be accessed from the main actor
    public static let NoInitialValue = ObservingOptions(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NoInitialValue = ObservingOptions(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: warning: static property 'Once' is not concurrency-safe because non-'Sendable' type 'ObservingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:11:15: note: consider making struct 'ObservingOptions' conform to the 'Sendable' protocol
public struct ObservingOptions: OptionSet {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: note: annotate 'Once' with '@MainActor' if property should only be accessed from the main actor
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Debounce.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal arm64_32 Compiling\ Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.dia -target arm64_32-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.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/Sources/Interstellar/Signal.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.dia -target arm64_32-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Signal.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift:41:2: warning: unexpected version number in 'available' attribute for non-specific platform '*'
@available(*, deprecated: 2.0, message:"Use Observable<Result<T>> instead.")
 ^                      ~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift:257:2: warning: unexpected version number in 'available' attribute for non-specific platform '*'
@available(*, deprecated: 2.0)
 ^                      ~~~~~

SwiftDriverJobDiscovery normal arm64 Compiling Result.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal arm64 Compiling\ Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Signal.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift:41:2: warning: unexpected version number in 'available' attribute for non-specific platform '*'
@available(*, deprecated: 2.0, message:"Use Observable<Result<T>> instead.")
 ^                      ~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift:257:2: warning: unexpected version number in 'available' attribute for non-specific platform '*'
@available(*, deprecated: 2.0)
 ^                      ~~~~~

SwiftDriverJobDiscovery normal arm64_32 Compiling Observable.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal armv7k Compiling\ Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.dia -target armv7k-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.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/Sources/Interstellar/Signal.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.dia -target armv7k-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Signal.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift:41:2: warning: unexpected version number in 'available' attribute for non-specific platform '*'
@available(*, deprecated: 2.0, message:"Use Observable<Result<T>> instead.")
 ^                      ~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift:257:2: warning: unexpected version number in 'available' attribute for non-specific platform '*'
@available(*, deprecated: 2.0)
 ^                      ~~~~~

SwiftDriverJobDiscovery normal armv7k Compiling Mutex.swift, Observable+Result.swift (in target 'Interstellar' from project 'Interstellar')
SwiftCompile normal armv7k Compiling\ Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.dia -target armv7k-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.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/Sources/Interstellar/Warpdrive/Threading.swift (in target 'Interstellar' from project 'Interstellar')
    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/Sources/Interstellar/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ObserverToken.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/ResultType.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Debounce.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Delay.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift /Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Waiting.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.dia -target armv7k-apple-watchos5.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 -profile-generate -profile-coverage-mapping -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Interstellar -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.o -index-unit-output-path /Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Threading.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:40:17: warning: capture of 'completion' with non-sendable type '(T) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                completion(a)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:40:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(a)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:40:28: warning: capture of 'a' with non-sendable type 'T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                completion(a)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:37:30: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public static func queue<T>(_ queue: DispatchQueue) -> (T, @escaping (T)->Void) -> Void {
                             ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:48:13: warning: capture of 'completion' with non-sendable type '(T) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            completion(a)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:48:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            completion(a)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:48:24: warning: capture of 'a' with non-sendable type 'T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            completion(a)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:46:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public static func background<T>(_ a: T, completion: @escaping (T)->Void) {
                                  ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: warning: static property 'Once' is not concurrency-safe because non-'Sendable' type 'ObservingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:11:15: note: consider making struct 'ObservingOptions' conform to the 'Sendable' protocol
public struct ObservingOptions: OptionSet {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: note: annotate 'Once' with '@MainActor' if property should only be accessed from the main actor
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let Once = ObservingOptions(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:64:17: warning: capture of 'observable' with non-sendable type 'Observable<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                observable.update(t)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Observable.swift:38:20: note: generic class 'Observable' does not conform to the 'Sendable' protocol
public final class Observable<T> {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:64:35: warning: capture of 't' with non-sendable type 'T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                observable.update(t)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Interstellar/Warpdrive/Threading.swift:60:30: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public static func queue<T>(_ queue: DispatchQueue) -> (T) -> Observable<T> {
                             ^
                              : Sendable
SwiftDriverJobDiscovery normal armv7k Compiling Waiting.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriverJobDiscovery normal arm64_32 Compiling Signal.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriver\ Compilation Interstellar normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Interstellar' from project 'Interstellar')
    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 Interstellar -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar.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-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar-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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar-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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Binary/Interstellar.o normal arm64_32 (in target 'Interstellar' from project 'Interstellar')
    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-watchos5.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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Interstellar_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Binary/Interstellar.o
SwiftDriverJobDiscovery normal arm64 Compiling Observable.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriverJobDiscovery normal armv7k Compiling Threading.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriverJobDiscovery normal arm64 Compiling Signal.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriverJobDiscovery normal armv7k Compiling Signal.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriverJobDiscovery normal armv7k Compiling Debounce.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriverJobDiscovery normal arm64 Compiling Delay.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriverJobDiscovery normal armv7k Compiling Delay.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriverJobDiscovery normal armv7k Compiling Observable.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriver\ Compilation Interstellar normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Interstellar' from project 'Interstellar')
    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 Interstellar -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar.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-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar-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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar-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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Binary/Interstellar.o normal armv7k (in target 'Interstellar' from project 'Interstellar')
    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-watchos5.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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Interstellar_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Binary/Interstellar.o
SwiftDriverJobDiscovery normal arm64 Compiling Mutex.swift, Observable+Result.swift (in target 'Interstellar' from project 'Interstellar')
SwiftDriver\ Compilation Interstellar normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Interstellar' from project 'Interstellar')
    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 Interstellar -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar.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-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar-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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_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/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar-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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Binary/Interstellar.o normal arm64 (in target 'Interstellar' from project 'Interstellar')
    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-watchos5.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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Interstellar_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Binary/Interstellar.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Interstellar.o normal arm64\ armv7k\ arm64_32 (in target 'Interstellar' from project 'Interstellar')
    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/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64/Binary/Interstellar.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/armv7k/Binary/Interstellar.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Interstellar.build/Debug-watchos/Interstellar.build/Objects-normal/arm64_32/Binary/Interstellar.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Interstellar.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Interstellar.o (in target 'Interstellar' from project 'Interstellar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Interstellar.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Interstellar",
  "name" : "Interstellar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Interstellar",
      "targets" : [
        "Interstellar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InterstellarTests",
      "module_type" : "SwiftTarget",
      "name" : "InterstellarTests",
      "path" : "Tests/InterstellarTests",
      "sources" : [
        "ObservableTests.swift",
        "ResultObservableTests.swift",
        "ResultTests.swift",
        "SignalTests.swift"
      ],
      "target_dependencies" : [
        "Interstellar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Interstellar",
      "module_type" : "SwiftTarget",
      "name" : "Interstellar",
      "path" : "Sources/Interstellar",
      "product_memberships" : [
        "Interstellar"
      ],
      "sources" : [
        "Mutex.swift",
        "Observable+Result.swift",
        "Observable.swift",
        "ObserverToken.swift",
        "Result.swift",
        "ResultType.swift",
        "Signal.swift",
        "Warpdrive/Debounce.swift",
        "Warpdrive/Delay.swift",
        "Warpdrive/Threading.swift",
        "Warpdrive/Waiting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.