The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OpenFeature, reference 0.5.0 (d71686), with Swift 6.1 for watchOS using Xcode 16.3 on 12 Nov 2025 21:21:41 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

SwiftDriver OpenFeature normal armv7k com.apple.xcode.tools.swift.compiler (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenFeature -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature-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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ OpenFeature (in target 'OpenFeature' from project 'OpenFeature')
EmitSwiftModule normal armv7k (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'OpenFeatureAPI' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let shared = OpenFeatureAPI()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static public let shared = OpenFeatureAPI()
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let shared = OpenFeatureAPI()
                      ^
           nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ FlagEvaluationDetails.swift,\ FlagEvaluationOptions.swift,\ FlagMetadataValue.swift,\ FlagValueType.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagMetadataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagValueType.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationOptions.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagMetadataValue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagValueType.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ImmutableStructure.swift,\ ImmutableTrackingEventDetails.swift,\ MetadataValue.swift,\ MutableStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableTrackingEventDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MetadataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableTrackingEventDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MetadataValue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ FirstSuccessfulStrategy.swift,\ MultiProvider.swift,\ Strategy.swift,\ NoOpProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstSuccessfulStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/NoOpProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstSuccessfulStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/Strategy.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/NoOpProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal armv7k Compiling\ ProviderEvaluation.swift,\ ProviderEventDetails.swift,\ ProviderEvents.swift,\ ProviderMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEventDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvaluation.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEventDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvents.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ EventHandler.swift,\ EventMetadataValue.swift,\ Features+Defaults.swift,\ Features.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventMetadataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features+Defaults.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventMetadataValue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features+Defaults.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ TrackingEventDetails.swift,\ Value.swift,\ ErrorCode.swift,\ OpenFeatureError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/TrackingEventDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Value.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/ErrorCode.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/OpenFeatureError.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/TrackingEventDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Value.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/ErrorCode.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/OpenFeatureError.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ProviderStatus.swift,\ Reason.swift,\ Structure.swift,\ Tracking.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Reason.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Structure.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Tracking.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderStatus.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Reason.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Structure.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Tracking.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ProviderStatus.swift,\ Reason.swift,\ Structure.swift,\ Tracking.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Reason.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Structure.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Tracking.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderStatus.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Reason.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Structure.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Tracking.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ProviderEvaluation.swift,\ ProviderEventDetails.swift,\ ProviderEvents.swift,\ ProviderMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEventDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvaluation.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEventDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvents.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ OpenFeature (in target 'OpenFeature' from project 'OpenFeature')
EmitSwiftModule normal arm64_32 (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'OpenFeatureAPI' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let shared = OpenFeatureAPI()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static public let shared = OpenFeatureAPI()
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let shared = OpenFeatureAPI()
                      ^
           nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Emitting module for OpenFeature (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriver\ Compilation\ Requirements OpenFeature normal armv7k com.apple.xcode.tools.swift.compiler (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenFeature -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature-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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling TrackingEventDetails.swift, Value.swift, ErrorCode.swift, OpenFeatureError.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftEmitModule normal arm64 Emitting\ module\ for\ OpenFeature (in target 'OpenFeature' from project 'OpenFeature')
EmitSwiftModule normal arm64 (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'OpenFeatureAPI' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let shared = OpenFeatureAPI()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static public let shared = OpenFeatureAPI()
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let shared = OpenFeatureAPI()
                      ^
           nonisolated(unsafe)
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.swiftmodule (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling ProviderStatus.swift, Reason.swift, Structure.swift, Tracking.swift (in target 'OpenFeature' from project 'OpenFeature')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.swiftdoc (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.abi.json (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Compiling ProviderEvaluation.swift, ProviderEventDetails.swift, ProviderEvents.swift, ProviderMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.swiftsourceinfo (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ Hook.swift,\ HookContext.swift,\ HookSupport.swift,\ ImmutableContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Hook.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Hook.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookContext.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookSupport.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableContext.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ OpenFeatureAPI.swift,\ OpenFeatureClient.swift,\ FeatureProvider.swift,\ FirstMatchStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstMatchStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'OpenFeatureAPI' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let shared = OpenFeatureAPI()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static public let shared = OpenFeatureAPI()
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let shared = OpenFeatureAPI()
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:79:13: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            stateQueue.sync {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:80:17: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                self.providerSubject.send(nil)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:173:13: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            stateQueue.sync {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:175:43: warning: capture of 'provider' with non-sendable type 'any FeatureProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self.providerSubject.send(provider)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift:4:17: note: protocol 'FeatureProvider' does not conform to the 'Sendable' protocol
public protocol FeatureProvider: EventPublisher {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:176:41: warning: capture of 'initialContext' with non-sendable type '(any EvaluationContext)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                if let initialContext = initialContext {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:174:17: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                self.providerStatus = .notReady
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:175:43: warning: capture of 'provider' with non-sendable type 'any FeatureProvider' in an isolated closure
                self.providerSubject.send(provider)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift:4:17: note: protocol 'FeatureProvider' does not conform to the 'Sendable' protocol
public protocol FeatureProvider: EventPublisher {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:176:41: warning: capture of 'initialContext' with non-sendable type '(any EvaluationContext)?' in an isolated closure
                if let initialContext = initialContext {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:185:21: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                    self.providerStatus = .ready
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:192:25: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                        self.providerStatus = .fatal
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:210:42: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            let (oldContext, provider) = stateQueue.sync { () -> (EvaluationContext?, FeatureProvider?) in
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:212:42: warning: capture of 'evaluationContext' with non-sendable type 'any EvaluationContext' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self.evaluationContext = evaluationContext
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:211:34: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure; this is an error in the Swift 6 language mode
                let oldContext = self.evaluationContext
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:212:42: warning: capture of 'evaluationContext' with non-sendable type 'any EvaluationContext' in an isolated closure; this is an error in the Swift 6 language mode
                self.evaluationContext = evaluationContext
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:237:21: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                    self.providerStatus = .ready
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:242:21: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                    self.providerStatus = .error
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:28:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:29:19: note: closure captures 'self' which is accessible to code in the current task
            await self.setProviderInternal(provider: provider, initialContext: initialContext)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:64:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:65:19: note: closure captures 'self' which is accessible to code in the current task
            await clearProviderInternal()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:91:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:92:19: note: closure captures 'self' which is accessible to code in the current task
            await self.updateContext(evaluationContext: evaluationContext)
                  ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureClient.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstMatchStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ EventHandler.swift,\ EventMetadataValue.swift,\ Features+Defaults.swift,\ Features.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventMetadataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features+Defaults.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventMetadataValue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features+Defaults.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling FlagEvaluationDetails.swift, FlagEvaluationOptions.swift, FlagMetadataValue.swift, FlagValueType.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 Compiling\ ProviderStatus.swift,\ Reason.swift,\ Structure.swift,\ Tracking.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Reason.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Structure.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Tracking.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderStatus.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Reason.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Structure.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Tracking.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ProviderEvaluation.swift, ProviderEventDetails.swift, ProviderEvents.swift, ProviderMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 Compiling\ OpenFeatureAPI.swift,\ OpenFeatureClient.swift,\ FeatureProvider.swift,\ FirstMatchStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstMatchStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'OpenFeatureAPI' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let shared = OpenFeatureAPI()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static public let shared = OpenFeatureAPI()
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let shared = OpenFeatureAPI()
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:79:13: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            stateQueue.sync {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:80:17: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                self.providerSubject.send(nil)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:173:13: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            stateQueue.sync {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:175:43: warning: capture of 'provider' with non-sendable type 'any FeatureProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self.providerSubject.send(provider)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift:4:17: note: protocol 'FeatureProvider' does not conform to the 'Sendable' protocol
public protocol FeatureProvider: EventPublisher {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:176:41: warning: capture of 'initialContext' with non-sendable type '(any EvaluationContext)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                if let initialContext = initialContext {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:174:17: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                self.providerStatus = .notReady
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:175:43: warning: capture of 'provider' with non-sendable type 'any FeatureProvider' in an isolated closure
                self.providerSubject.send(provider)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift:4:17: note: protocol 'FeatureProvider' does not conform to the 'Sendable' protocol
public protocol FeatureProvider: EventPublisher {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:176:41: warning: capture of 'initialContext' with non-sendable type '(any EvaluationContext)?' in an isolated closure
                if let initialContext = initialContext {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:185:21: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                    self.providerStatus = .ready
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:192:25: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                        self.providerStatus = .fatal
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:210:42: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            let (oldContext, provider) = stateQueue.sync { () -> (EvaluationContext?, FeatureProvider?) in
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:212:42: warning: capture of 'evaluationContext' with non-sendable type 'any EvaluationContext' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self.evaluationContext = evaluationContext
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:211:34: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure; this is an error in the Swift 6 language mode
                let oldContext = self.evaluationContext
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:212:42: warning: capture of 'evaluationContext' with non-sendable type 'any EvaluationContext' in an isolated closure; this is an error in the Swift 6 language mode
                self.evaluationContext = evaluationContext
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:237:21: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                    self.providerStatus = .ready
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:242:21: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                    self.providerStatus = .error
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:28:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:29:19: note: closure captures 'self' which is accessible to code in the current task
            await self.setProviderInternal(provider: provider, initialContext: initialContext)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:64:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:65:19: note: closure captures 'self' which is accessible to code in the current task
            await clearProviderInternal()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:91:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:92:19: note: closure captures 'self' which is accessible to code in the current task
            await self.updateContext(evaluationContext: evaluationContext)
                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureClient.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstMatchStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ FlagEvaluationDetails.swift,\ FlagEvaluationOptions.swift,\ FlagMetadataValue.swift,\ FlagValueType.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagMetadataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagValueType.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationOptions.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagMetadataValue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagValueType.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling ProviderStatus.swift, Reason.swift, Structure.swift, Tracking.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 Compiling\ FirstSuccessfulStrategy.swift,\ MultiProvider.swift,\ Strategy.swift,\ NoOpProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstSuccessfulStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/NoOpProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstSuccessfulStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/Strategy.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/NoOpProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftDriverJobDiscovery normal armv7k Compiling EventHandler.swift, EventMetadataValue.swift, Features+Defaults.swift, Features.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriverJobDiscovery normal armv7k Compiling ImmutableStructure.swift, ImmutableTrackingEventDetails.swift, MetadataValue.swift, MutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 Compiling\ TrackingEventDetails.swift,\ Value.swift,\ ErrorCode.swift,\ OpenFeatureError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/TrackingEventDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Value.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/ErrorCode.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/OpenFeatureError.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/TrackingEventDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Value.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/ErrorCode.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/OpenFeatureError.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling FirstSuccessfulStrategy.swift, MultiProvider.swift, Strategy.swift, NoOpProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 Compiling\ TrackingEventDetails.swift,\ Value.swift,\ ErrorCode.swift,\ OpenFeatureError.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/TrackingEventDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Value.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/ErrorCode.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/OpenFeatureError.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/TrackingEventDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Value.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/ErrorCode.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/exceptions/OpenFeatureError.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for OpenFeature (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriver\ Compilation\ Requirements OpenFeature normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenFeature -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature-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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling FirstSuccessfulStrategy.swift, MultiProvider.swift, Strategy.swift, NoOpProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 Compiling\ AsyncProviderOperationsQueue.swift,\ BaseEvaluation.swift,\ Client.swift,\ ClientMetadata.swift,\ EvaluationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/BaseEvaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ClientMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/BaseEvaluation.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Client.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ClientMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.swiftmodule (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling TrackingEventDetails.swift, Value.swift, ErrorCode.swift, OpenFeatureError.swift (in target 'OpenFeature' from project 'OpenFeature')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.swiftdoc (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.abi.json (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.swiftsourceinfo (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Hook.swift,\ HookContext.swift,\ HookSupport.swift,\ ImmutableContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Hook.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Hook.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookContext.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookSupport.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableContext.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Hook.swift,\ HookContext.swift,\ HookSupport.swift,\ ImmutableContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Hook.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Hook.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookContext.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/HookSupport.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableContext.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AsyncProviderOperationsQueue.swift, BaseEvaluation.swift, Client.swift, ClientMetadata.swift, EvaluationContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 Compiling\ ImmutableStructure.swift,\ ImmutableTrackingEventDetails.swift,\ MetadataValue.swift,\ MutableStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableTrackingEventDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MetadataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableTrackingEventDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MetadataValue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OpenFeatureAPI.swift, OpenFeatureClient.swift, FeatureProvider.swift, FirstMatchStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 Compiling\ ImmutableStructure.swift,\ ImmutableTrackingEventDetails.swift,\ MetadataValue.swift,\ MutableStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableTrackingEventDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MetadataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ImmutableTrackingEventDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MetadataValue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/MutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Hook.swift, HookContext.swift, HookSupport.swift, ImmutableContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 Compiling\ ProviderEvaluation.swift,\ ProviderEventDetails.swift,\ ProviderEvents.swift,\ ProviderMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEventDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvaluation.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEventDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderEvents.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/ProviderMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for OpenFeature (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriver\ Compilation\ Requirements OpenFeature normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenFeature -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature-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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling Hook.swift, HookContext.swift, HookSupport.swift, ImmutableContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 Compiling\ EventHandler.swift,\ EventMetadataValue.swift,\ Features+Defaults.swift,\ Features.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventMetadataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features+Defaults.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventHandler.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EventMetadataValue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features+Defaults.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Features.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/OpenFeature-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature-Swift.h (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/OpenFeature-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling ImmutableStructure.swift, ImmutableTrackingEventDetails.swift, MetadataValue.swift, MutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.swiftmodule (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.swiftdoc (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.abi.json (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.swiftsourceinfo (in target 'OpenFeature' from project 'OpenFeature')
    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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ FirstSuccessfulStrategy.swift,\ MultiProvider.swift,\ Strategy.swift,\ NoOpProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstSuccessfulStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/NoOpProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstSuccessfulStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/Strategy.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/NoOpProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:32:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:31: note: closure captures non-Sendable 'provider'
                    try await provider.initialize(initialContext: initialContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:33:67: note: closure captures non-Sendable 'initialContext'
                    try await provider.initialize(initialContext: initialContext)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:43:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:31: note: closure captures non-Sendable 'provider'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:65: note: closure captures non-Sendable 'oldContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/MultiProvider.swift:44:89: note: closure captures non-Sendable 'newContext'
                    try await provider.onContextSet(oldContext: oldContext, newContext: newContext)
                                                                                        ^
SwiftCompile normal arm64_32 Compiling\ AsyncProviderOperationsQueue.swift,\ BaseEvaluation.swift,\ Client.swift,\ ClientMetadata.swift,\ EvaluationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/BaseEvaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ClientMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/BaseEvaluation.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Client.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ClientMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftDriverJobDiscovery normal arm64 Compiling EventHandler.swift, EventMetadataValue.swift, Features+Defaults.swift, Features.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k Compiling\ AsyncProviderOperationsQueue.swift,\ BaseEvaluation.swift,\ Client.swift,\ ClientMetadata.swift,\ EvaluationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/BaseEvaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ClientMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/BaseEvaluation.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Client.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/ClientMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:47:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:48:23: note: closure captures 'op' which is accessible to 'self'-isolated code
                await op.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:68:32: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
            currentTask = Task { [weak self] in
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:69:23: note: closure captures non-Sendable 'toExecute'
                await toExecute.operation()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/AsyncProviderOperationsQueue.swift:72:27: note: closure captures non-Sendable 'toSkip'
                for op in toSkip {
                          ^
SwiftDriverJobDiscovery normal arm64_32 Compiling AsyncProviderOperationsQueue.swift, BaseEvaluation.swift, Client.swift, ClientMetadata.swift, EvaluationContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k Compiling\ OpenFeatureAPI.swift,\ OpenFeatureClient.swift,\ FeatureProvider.swift,\ FirstMatchStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstMatchStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'OpenFeatureAPI' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let shared = OpenFeatureAPI()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static public let shared = OpenFeatureAPI()
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let shared = OpenFeatureAPI()
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:79:13: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            stateQueue.sync {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:80:17: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                self.providerSubject.send(nil)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:173:13: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            stateQueue.sync {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:175:43: warning: capture of 'provider' with non-sendable type 'any FeatureProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self.providerSubject.send(provider)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift:4:17: note: protocol 'FeatureProvider' does not conform to the 'Sendable' protocol
public protocol FeatureProvider: EventPublisher {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:176:41: warning: capture of 'initialContext' with non-sendable type '(any EvaluationContext)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                if let initialContext = initialContext {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:174:17: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                self.providerStatus = .notReady
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:175:43: warning: capture of 'provider' with non-sendable type 'any FeatureProvider' in an isolated closure
                self.providerSubject.send(provider)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift:4:17: note: protocol 'FeatureProvider' does not conform to the 'Sendable' protocol
public protocol FeatureProvider: EventPublisher {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:176:41: warning: capture of 'initialContext' with non-sendable type '(any EvaluationContext)?' in an isolated closure
                if let initialContext = initialContext {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:185:21: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                    self.providerStatus = .ready
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:192:25: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                        self.providerStatus = .fatal
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:210:42: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            let (oldContext, provider) = stateQueue.sync { () -> (EvaluationContext?, FeatureProvider?) in
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:212:42: warning: capture of 'evaluationContext' with non-sendable type 'any EvaluationContext' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self.evaluationContext = evaluationContext
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:211:34: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure; this is an error in the Swift 6 language mode
                let oldContext = self.evaluationContext
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:212:42: warning: capture of 'evaluationContext' with non-sendable type 'any EvaluationContext' in an isolated closure; this is an error in the Swift 6 language mode
                self.evaluationContext = evaluationContext
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/EvaluationContext.swift:4:17: note: protocol 'EvaluationContext' does not conform to the 'Sendable' protocol
public protocol EvaluationContext: Structure {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:237:21: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                    self.providerStatus = .ready
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:242:21: warning: capture of 'self' with non-sendable type 'OpenFeatureAPI' in an isolated closure
                    self.providerStatus = .error
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:6:14: note: class 'OpenFeatureAPI' does not conform to the 'Sendable' protocol
public class OpenFeatureAPI {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:28:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:29:19: note: closure captures 'self' which is accessible to code in the current task
            await self.setProviderInternal(provider: provider, initialContext: initialContext)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:64:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:65:19: note: closure captures 'self' which is accessible to code in the current task
            await clearProviderInternal()
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:91:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureAPI.swift:92:19: note: closure captures 'self' which is accessible to code in the current task
            await self.updateContext(evaluationContext: evaluationContext)
                  ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/OpenFeatureClient.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/FeatureProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/Provider/MultiProvider/FirstMatchStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling ImmutableStructure.swift, ImmutableTrackingEventDetails.swift, MetadataValue.swift, MutableStructure.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 Compiling\ FlagEvaluationDetails.swift,\ FlagEvaluationOptions.swift,\ FlagMetadataValue.swift,\ FlagValueType.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagMetadataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagValueType.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationDetails.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagEvaluationOptions.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagMetadataValue.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenFeature/FlagValueType.swift (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling ProviderStatus.swift, Reason.swift, Structure.swift, Tracking.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriverJobDiscovery normal arm64_32 Compiling TrackingEventDetails.swift, Value.swift, ErrorCode.swift, OpenFeatureError.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriverJobDiscovery normal arm64_32 Compiling FlagEvaluationDetails.swift, FlagEvaluationOptions.swift, FlagMetadataValue.swift, FlagValueType.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriverJobDiscovery normal arm64_32 Compiling ProviderEvaluation.swift, ProviderEventDetails.swift, ProviderEvents.swift, ProviderMetadata.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriverJobDiscovery normal arm64_32 Compiling Hook.swift, HookContext.swift, HookSupport.swift, ImmutableContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriverJobDiscovery normal arm64_32 Compiling FirstSuccessfulStrategy.swift, MultiProvider.swift, Strategy.swift, NoOpProvider.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriverJobDiscovery normal arm64_32 Compiling EventHandler.swift, EventMetadataValue.swift, Features+Defaults.swift, Features.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriverJobDiscovery normal arm64_32 Compiling OpenFeatureAPI.swift, OpenFeatureClient.swift, FeatureProvider.swift, FirstMatchStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriver\ Compilation OpenFeature normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenFeature -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature-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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/Binary/OpenFeature.o normal arm64_32 (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/Binary/OpenFeature.o
SwiftDriverJobDiscovery normal arm64 Compiling FlagEvaluationDetails.swift, FlagEvaluationOptions.swift, FlagMetadataValue.swift, FlagValueType.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriver\ Compilation OpenFeature normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenFeature -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature-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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/Binary/OpenFeature.o normal arm64 (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/Binary/OpenFeature.o
SwiftDriverJobDiscovery normal armv7k Compiling AsyncProviderOperationsQueue.swift, BaseEvaluation.swift, Client.swift, ClientMetadata.swift, EvaluationContext.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriverJobDiscovery normal armv7k Compiling OpenFeatureAPI.swift, OpenFeatureClient.swift, FeatureProvider.swift, FirstMatchStrategy.swift (in target 'OpenFeature' from project 'OpenFeature')
SwiftDriver\ Compilation OpenFeature normal armv7k com.apple.xcode.tools.swift.compiler (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenFeature -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature-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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.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/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/Binary/OpenFeature.o normal armv7k (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/Binary/OpenFeature.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.o normal arm64\ armv7k\ arm64_32 (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/Binary/OpenFeature.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/Binary/OpenFeature.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/Binary/OpenFeature.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.o
ExtractAppIntentsMetadata (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OpenFeature --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.OpenFeature --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/OpenFeature.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/OpenFeature.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64/OpenFeature.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/armv7k/OpenFeature.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenFeature.build/Debug-watchos/OpenFeature.build/Objects-normal/arm64_32/OpenFeature.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-12 13:21:40.735 appintentsmetadataprocessor[778:4613] Starting appintentsmetadataprocessor export
2025-11-12 13:21:40.781 appintentsmetadataprocessor[778:4613] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.o (in target 'OpenFeature' from project 'OpenFeature')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OpenFeature.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OpenFeature",
  "name" : "OpenFeature",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenFeature",
      "targets" : [
        "OpenFeature"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenFeatureTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenFeatureTests",
      "path" : "Tests/OpenFeatureTests",
      "sources" : [
        "DeveloperExperienceTests.swift",
        "EvalContextTests.swift",
        "FlagEvaluationTests.swift",
        "Helpers/AlwaysBrokenProvider.swift",
        "Helpers/BooleanHookMock.swift",
        "Helpers/DoSomethingProvider.swift",
        "Helpers/IntHookMock.swift",
        "Helpers/MockProvider.swift",
        "Helpers/MutableContext.swift",
        "Helpers/StaggeredProvider.swift",
        "Helpers/ThrowingProvider.swift",
        "HookSpecTests.swift",
        "HookSupportTests.swift",
        "ImmutableContextTests.swift",
        "ImmutableTrackingEventDetailsTests.swift",
        "MultiProviderTests.swift",
        "OpenFeatureClientTests.swift",
        "ProviderEventTests.swift",
        "ProviderOperationsQueueTests.swift",
        "ProviderSpecTests.swift",
        "StructureTests.swift",
        "ValueTests.swift"
      ],
      "target_dependencies" : [
        "OpenFeature"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenFeature",
      "module_type" : "SwiftTarget",
      "name" : "OpenFeature",
      "path" : "Sources/OpenFeature",
      "product_memberships" : [
        "OpenFeature"
      ],
      "sources" : [
        "AsyncProviderOperationsQueue.swift",
        "BaseEvaluation.swift",
        "Client.swift",
        "ClientMetadata.swift",
        "EvaluationContext.swift",
        "EventHandler.swift",
        "EventMetadataValue.swift",
        "Features+Defaults.swift",
        "Features.swift",
        "FlagEvaluationDetails.swift",
        "FlagEvaluationOptions.swift",
        "FlagMetadataValue.swift",
        "FlagValueType.swift",
        "Hook.swift",
        "HookContext.swift",
        "HookSupport.swift",
        "ImmutableContext.swift",
        "ImmutableStructure.swift",
        "ImmutableTrackingEventDetails.swift",
        "MetadataValue.swift",
        "MutableStructure.swift",
        "OpenFeatureAPI.swift",
        "OpenFeatureClient.swift",
        "Provider/FeatureProvider.swift",
        "Provider/MultiProvider/FirstMatchStrategy.swift",
        "Provider/MultiProvider/FirstSuccessfulStrategy.swift",
        "Provider/MultiProvider/MultiProvider.swift",
        "Provider/MultiProvider/Strategy.swift",
        "Provider/NoOpProvider.swift",
        "Provider/ProviderEvaluation.swift",
        "Provider/ProviderEventDetails.swift",
        "Provider/ProviderEvents.swift",
        "Provider/ProviderMetadata.swift",
        "Provider/ProviderStatus.swift",
        "Reason.swift",
        "Structure.swift",
        "Tracking.swift",
        "TrackingEventDetails.swift",
        "Value.swift",
        "exceptions/ErrorCode.swift",
        "exceptions/OpenFeatureError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.