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

Failed to build FuturaAsync, reference master (52a7f9), with Swift 6.0 for tvOS using Xcode 16.2 on 26 Nov 2024 09:27:31 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FuturaAsync -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: warning: var 'defaultWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultWorker: Worker = asyncWorker
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: convert 'defaultWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultWorker: Worker = asyncWorker
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: annotate 'defaultWorker' with '@MainActor' if property should only be accessed from the main actor
public var defaultWorker: Worker = asyncWorker
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultWorker: Worker = asyncWorker
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift:7:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public convenience init<T>(using worker: Worker = asyncWorker, withRetriesCount retryCount: UInt = 0, performing task: @escaping () throws -> (T))  where Value == Either<T, Error> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: warning: var 'asyncWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var asyncWorker: Worker = DispatchQueueWorker.default
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: note: convert 'asyncWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var asyncWorker: Worker = DispatchQueueWorker.default
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: note: annotate 'asyncWorker' with '@MainActor' if property should only be accessed from the main actor
public var asyncWorker: Worker = DispatchQueueWorker.default
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var asyncWorker: Worker = DispatchQueueWorker.default
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift:19:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func fulfill<T>(with value: T) where Value == Either<T, Error> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift:23:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func `break`<T>(with error: Error = PromiseError.cancelled) where Value == Either<T, Error> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:2:12: warning: var 'mainWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var mainWorker: Worker = DispatchQueueWorker.main
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:2:12: note: convert 'mainWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var mainWorker: Worker = DispatchQueueWorker.main
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:2:12: note: annotate 'mainWorker' with '@MainActor' if property should only be accessed from the main actor
public var mainWorker: Worker = DispatchQueueWorker.main
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:2:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var mainWorker: Worker = DispatchQueueWorker.main
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Lock.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.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/FuturaAsync/Synchronization/Lock.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Lock.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.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/FuturaAsync/Future/Future+Join.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future+Join.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.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/FuturaAsync/Schedule/DispatchQueueWorker.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/DispatchQueueWorker.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.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/FuturaAsync/Schedule/ExecutionContext.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/ExecutionContext.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: warning: var 'defaultWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultWorker: Worker = asyncWorker
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: convert 'defaultWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultWorker: Worker = asyncWorker
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: annotate 'defaultWorker' with '@MainActor' if property should only be accessed from the main actor
public var defaultWorker: Worker = asyncWorker
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultWorker: Worker = asyncWorker
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.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/FuturaAsync/Future/Promise.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Promise.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift:7:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public convenience init<T>(using worker: Worker = asyncWorker, withRetriesCount retryCount: UInt = 0, performing task: @escaping () throws -> (T))  where Value == Either<T, Error> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: warning: var 'asyncWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var asyncWorker: Worker = DispatchQueueWorker.default
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: note: convert 'asyncWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var asyncWorker: Worker = DispatchQueueWorker.default
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: note: annotate 'asyncWorker' with '@MainActor' if property should only be accessed from the main actor
public var asyncWorker: Worker = DispatchQueueWorker.default
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var asyncWorker: Worker = DispatchQueueWorker.default
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift:19:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func fulfill<T>(with value: T) where Value == Either<T, Error> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift:23:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func `break`<T>(with error: Error = PromiseError.cancelled) where Value == Either<T, Error> {
    ^~~~~~~

SwiftCompile normal arm64 Compiling\ FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.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/FuturaAsync/Future/FailableFuture.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FailableFuture.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: warning: var 'defaultWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultWorker: Worker = asyncWorker
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: convert 'defaultWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultWorker: Worker = asyncWorker
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: annotate 'defaultWorker' with '@MainActor' if property should only be accessed from the main actor
public var defaultWorker: Worker = asyncWorker
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultWorker: Worker = asyncWorker
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.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/FuturaAsync/Future/Delayed.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Delayed.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: warning: var 'defaultWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultWorker: Worker = asyncWorker
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: convert 'defaultWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultWorker: Worker = asyncWorker
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: annotate 'defaultWorker' with '@MainActor' if property should only be accessed from the main actor
public var defaultWorker: Worker = asyncWorker
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultWorker: Worker = asyncWorker
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Catchable.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.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/FuturaAsync/Future/Catchable.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Catchable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: warning: var 'defaultWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultWorker: Worker = asyncWorker
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: convert 'defaultWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultWorker: Worker = asyncWorker
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: annotate 'defaultWorker' with '@MainActor' if property should only be accessed from the main actor
public var defaultWorker: Worker = asyncWorker
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultWorker: Worker = asyncWorker
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.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/FuturaAsync/Future/EitherFuture.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/EitherFuture.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: warning: var 'defaultWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultWorker: Worker = asyncWorker
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: convert 'defaultWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultWorker: Worker = asyncWorker
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: annotate 'defaultWorker' with '@MainActor' if property should only be accessed from the main actor
public var defaultWorker: Worker = asyncWorker
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultWorker: Worker = asyncWorker
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.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/FuturaAsync/Future/Future.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Future.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: warning: var 'defaultWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultWorker: Worker = asyncWorker
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: convert 'defaultWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultWorker: Worker = asyncWorker
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: annotate 'defaultWorker' with '@MainActor' if property should only be accessed from the main actor
public var defaultWorker: Worker = asyncWorker
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultWorker: Worker = asyncWorker
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift:16:28: error: cannot find 'expectation' in scope
        guard case .none = expectation else { return }
                           ^~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling Future+Join.swift (in target 'FuturaAsync' from project 'FuturaAsync')
SwiftDriverJobDiscovery normal arm64 Compiling Delayed.swift (in target 'FuturaAsync' from project 'FuturaAsync')
SwiftDriverJobDiscovery normal arm64 Compiling FailableFuture.swift (in target 'FuturaAsync' from project 'FuturaAsync')
SwiftDriverJobDiscovery normal arm64 Compiling Catchable.swift (in target 'FuturaAsync' from project 'FuturaAsync')
SwiftCompile normal arm64 Compiling\ Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.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/FuturaAsync/Schedule/Worker.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Worker.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:2:12: warning: var 'mainWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var mainWorker: Worker = DispatchQueueWorker.main
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:2:12: note: convert 'mainWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var mainWorker: Worker = DispatchQueueWorker.main
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:2:12: note: annotate 'mainWorker' with '@MainActor' if property should only be accessed from the main actor
public var mainWorker: Worker = DispatchQueueWorker.main
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:2:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var mainWorker: Worker = DispatchQueueWorker.main
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: warning: var 'asyncWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var asyncWorker: Worker = DispatchQueueWorker.default
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: note: convert 'asyncWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var asyncWorker: Worker = DispatchQueueWorker.default
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: note: annotate 'asyncWorker' with '@MainActor' if property should only be accessed from the main actor
public var asyncWorker: Worker = DispatchQueueWorker.default
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:4:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var asyncWorker: Worker = DispatchQueueWorker.default
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: warning: var 'defaultWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultWorker: Worker = asyncWorker
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: convert 'defaultWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultWorker: Worker = asyncWorker
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: annotate 'defaultWorker' with '@MainActor' if property should only be accessed from the main actor
public var defaultWorker: Worker = asyncWorker
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultWorker: Worker = asyncWorker
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.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/FuturaAsync/Schedule/Schedule.swift (in target 'FuturaAsync' from project 'FuturaAsync')
    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/FuturaAsync/Future/Catchable.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Delayed.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/EitherFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/FailableFuture.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future+Join.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Promise.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/DispatchQueueWorker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/ExecutionContext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Schedule.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Synchronization/Lock.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FuturaAsync -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.o -index-unit-output-path /FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/Schedule.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: warning: var 'defaultWorker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var defaultWorker: Worker = asyncWorker
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: convert 'defaultWorker' to a 'let' constant to make 'Sendable' shared state immutable
public var defaultWorker: Worker = asyncWorker
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: annotate 'defaultWorker' with '@MainActor' if property should only be accessed from the main actor
public var defaultWorker: Worker = asyncWorker
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Schedule/Worker.swift:6:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var defaultWorker: Worker = asyncWorker
           ^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ExecutionContext.swift (in target 'FuturaAsync' from project 'FuturaAsync')
SwiftDriverJobDiscovery normal arm64 Compiling EitherFuture.swift (in target 'FuturaAsync' from project 'FuturaAsync')
SwiftDriverJobDiscovery normal arm64 Compiling Promise.swift (in target 'FuturaAsync' from project 'FuturaAsync')
SwiftDriverJobDiscovery normal arm64 Emitting module for FuturaAsync (in target 'FuturaAsync' from project 'FuturaAsync')
SwiftDriver\ Compilation\ Requirements FuturaAsync normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FuturaAsync' from project 'FuturaAsync')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FuturaAsync -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync-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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.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/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/FuturaAsync-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync-Swift.h (in target 'FuturaAsync' from project 'FuturaAsync')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/FuturaAsync-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FuturaAsync.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.swiftmodule (in target 'FuturaAsync' from project 'FuturaAsync')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FuturaAsync.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FuturaAsync.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.abi.json (in target 'FuturaAsync' from project 'FuturaAsync')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FuturaAsync.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FuturaAsync.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.swiftdoc (in target 'FuturaAsync' from project 'FuturaAsync')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FuturaAsync.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FuturaAsync.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.swiftsourceinfo (in target 'FuturaAsync' from project 'FuturaAsync')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FuturaAsync.build/Debug-appletvos/FuturaAsync.build/Objects-normal/arm64/FuturaAsync.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FuturaAsync.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Schedule.swift (in target 'FuturaAsync' from project 'FuturaAsync')
SwiftDriverJobDiscovery normal arm64 Compiling Worker.swift (in target 'FuturaAsync' from project 'FuturaAsync')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Future.swift /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift (in target 'FuturaAsync' from project 'FuturaAsync')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FuturaAsync/Future/Future.swift (in target 'FuturaAsync' from project 'FuturaAsync')
	Building workspace spi-builder-workspace with scheme FuturaAsync
(3 failures)
BUILD FAILURE 6.0 tvOS