The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of composable-core-location, reference main (d00755), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 20:14:27 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 ComposableCoreLocation_watchOS -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

                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: note: use 'unimplemented' instead
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: note: use 'unimplemented' instead
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: note: use 'unimplemented' instead
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^~~~~~~
                                     unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: note: use 'unimplemented' instead
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: note: use 'unimplemented' instead
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: note: use 'unimplemented' instead
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^~~~~~~
                            unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: note: use 'unimplemented' instead
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: warning: static property 'failing' is not concurrency-safe because non-'Sendable' type 'LocationManager' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let failing = Self(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift:181:15: note: consider making struct 'LocationManager' conform to the 'Sendable' protocol
public struct LocationManager {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: add '@MainActor' to make static property 'failing' part of global actor 'MainActor'
  public static let failing = Self(
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let failing = Self(
                    ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling OpenExistential.swift, PresentationID.swift, ReturningLastNonNilValue.swift, RuntimeWarnings.swift, StackIDGenerator.swift, TypeName.swift, Reducer.swift (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
SwiftDriver ComposableCoreLocation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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 ComposableCoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation-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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling OpenExistential.swift, PresentationID.swift, ReturningLastNonNilValue.swift, RuntimeWarnings.swift, StackIDGenerator.swift, TypeName.swift, Reducer.swift (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
SwiftCompile normal arm64 Compiling\ Live.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:51: warning: 'run' is deprecated: Use the async version of 'Effect.run', instead.
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:30:6: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    .share()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:31:6: warning: 'eraseToEffect()' is deprecated: Iterate over 'Publisher.values' in an 'Effect.run', instead, or use 'Effect.publisher'.
    .eraseToEffect()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:31:6: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    .eraseToEffect()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:52:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:96:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:103:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget { manager.requestLocation() }
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:106:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:113:10: warning: 'run' is deprecated: Use the async version of 'Effect.run', instead.
        .run { subscriber in
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:131:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:176:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:183:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:190:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:197:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:204:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:211:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:218:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:225:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:232:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:239:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ComposableCoreLocation (in target 'ComposableCoreLocation' from project 'composable-core-location')
EmitSwiftModule normal arm64_32 (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:49:18: warning: 'failing' is deprecated: renamed to 'unimplemented'
    delegate: { .failing("LocationManager.delegate") },
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:49:18: note: use 'unimplemented' instead
    delegate: { .failing("LocationManager.delegate") },
                 ^~~~~~~
                 unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:51:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.dismissHeadingCalibrationDisplay")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:51:8: note: use 'unimplemented' instead
      .failing("LocationManager.dismissHeadingCalibrationDisplay")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:81:36: warning: 'failing' is deprecated: renamed to 'unimplemented'
    requestAlwaysAuthorization: { .failing("LocationManager.requestAlwaysAuthorization") },
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:81:36: note: use 'unimplemented' instead
    requestAlwaysAuthorization: { .failing("LocationManager.requestAlwaysAuthorization") },
                                   ^~~~~~~
                                   unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:82:25: warning: 'failing' is deprecated: renamed to 'unimplemented'
    requestLocation: { .failing("LocationManager.requestLocation") },
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:82:25: note: use 'unimplemented' instead
    requestLocation: { .failing("LocationManager.requestLocation") },
                        ^~~~~~~
                        unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:84:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.requestWhenInUseAuthorization")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:84:8: note: use 'unimplemented' instead
      .failing("LocationManager.requestWhenInUseAuthorization")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:87:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.requestTemporaryFullAccuracyAuthorization")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:87:8: note: use 'unimplemented' instead
      .failing("LocationManager.requestTemporaryFullAccuracyAuthorization")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:89:18: warning: 'failing' is deprecated: renamed to 'unimplemented'
    set: { _ in .failing("LocationManager.set") },
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:89:18: note: use 'unimplemented' instead
    set: { _ in .failing("LocationManager.set") },
                 ^~~~~~~
                 unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:94:39: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startMonitoringForRegion: { _ in .failing("LocationManager.startMonitoringForRegion") },
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:94:39: note: use 'unimplemented' instead
    startMonitoringForRegion: { _ in .failing("LocationManager.startMonitoringForRegion") },
                                      ^~~~~~~
                                      unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:96:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.startMonitoringSignificantLocationChanges")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:96:8: note: use 'unimplemented' instead
      .failing("LocationManager.startMonitoringSignificantLocationChanges")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:98:31: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startMonitoringVisits: { .failing("LocationManager.startMonitoringVisits") },
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:98:31: note: use 'unimplemented' instead
    startMonitoringVisits: { .failing("LocationManager.startMonitoringVisits") },
                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: note: use 'unimplemented' instead
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: note: use 'unimplemented' instead
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: note: use 'unimplemented' instead
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^~~~~~~
                                     unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: note: use 'unimplemented' instead
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: note: use 'unimplemented' instead
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: note: use 'unimplemented' instead
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^~~~~~~
                            unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: note: use 'unimplemented' instead
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: warning: static property 'failing' is not concurrency-safe because non-'Sendable' type 'LocationManager' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let failing = Self(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift:181:15: note: consider making struct 'LocationManager' conform to the 'Sendable' protocol
public struct LocationManager {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: add '@MainActor' to make static property 'failing' part of global actor 'MainActor'
  public static let failing = Self(
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let failing = Self(
                    ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling CurrentValueRelay.swift, Debug.swift, Deprecations.swift, EphemeralState.swift, Exports.swift, Locking.swift, NavigationID.swift (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
SwiftCompile normal arm64_32 Compiling\ Region.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Region.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Region.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ComposableCoreLocation (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriver\ Compilation\ Requirements ComposableCoreLocation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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 ComposableCoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation-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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Emitting module for ComposableCoreLocation (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriver\ Compilation\ Requirements ComposableCoreLocation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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 ComposableCoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation-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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling Sheet.swift, SwitchStore.swift, WithViewStore.swift, TestStore.swift, AlertStateUIKit.swift, IfLetUIKit.swift, ViewStore.swift (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
SwiftCompile normal arm64 Compiling\ Deprecations.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Deprecations.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Deprecations.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Exports.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Exports.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.swiftmodule (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Live.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.swiftdoc (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.abi.json (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.swiftmodule (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.swiftdoc (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.abi.json (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.swiftsourceinfo (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.swiftsourceinfo (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Location.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Location.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Location.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Visit.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Visit.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Visit.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling AnyReducer.swift, AnyReducerBinding.swift, AnyReducerCompatibility.swift, AnyReducerDebug.swift, AnyReducerSignpost.swift, ReducerBuilder.swift, BindingReducer.swift (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
SwiftCompile normal arm64 Compiling\ Visit.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Visit.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Visit.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for ComposableCoreLocation (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriver\ Compilation\ Requirements ComposableCoreLocation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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 ComposableCoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation-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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Exports.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k Compiling\ Region.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Region.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Region.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ComposableCoreLocation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation-Swift.h (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ComposableCoreLocation-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling Region.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.swiftmodule (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.swiftdoc (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.abi.json (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.swiftsourceinfo (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ AccuracyAuthorization.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/AccuracyAuthorization.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/AccuracyAuthorization.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Heading.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Heading.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Heading.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Deprecations.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 Compiling\ AccuracyAuthorization.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/AccuracyAuthorization.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/AccuracyAuthorization.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Visit.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 Compiling\ Location.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Location.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Location.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Dismiss.swift, IsPresented.swift, Effect.swift, Animation.swift, Cancellation.swift, EffectActions.swift, Publisher.swift, Debouncing.swift (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
SwiftCompile normal armv7k Compiling\ Visit.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Visit.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Visit.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Region.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 Compiling\ AccuracyAuthorization.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/AccuracyAuthorization.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/AccuracyAuthorization.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Failing.swift,\ Interface.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:49:18: warning: 'failing' is deprecated: renamed to 'unimplemented'
    delegate: { .failing("LocationManager.delegate") },
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:49:18: note: use 'unimplemented' instead
    delegate: { .failing("LocationManager.delegate") },
                 ^~~~~~~
                 unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:51:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.dismissHeadingCalibrationDisplay")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:51:8: note: use 'unimplemented' instead
      .failing("LocationManager.dismissHeadingCalibrationDisplay")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:81:36: warning: 'failing' is deprecated: renamed to 'unimplemented'
    requestAlwaysAuthorization: { .failing("LocationManager.requestAlwaysAuthorization") },
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:81:36: note: use 'unimplemented' instead
    requestAlwaysAuthorization: { .failing("LocationManager.requestAlwaysAuthorization") },
                                   ^~~~~~~
                                   unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:82:25: warning: 'failing' is deprecated: renamed to 'unimplemented'
    requestLocation: { .failing("LocationManager.requestLocation") },
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:82:25: note: use 'unimplemented' instead
    requestLocation: { .failing("LocationManager.requestLocation") },
                        ^~~~~~~
                        unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:84:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.requestWhenInUseAuthorization")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:84:8: note: use 'unimplemented' instead
      .failing("LocationManager.requestWhenInUseAuthorization")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:87:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.requestTemporaryFullAccuracyAuthorization")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:87:8: note: use 'unimplemented' instead
      .failing("LocationManager.requestTemporaryFullAccuracyAuthorization")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:89:18: warning: 'failing' is deprecated: renamed to 'unimplemented'
    set: { _ in .failing("LocationManager.set") },
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:89:18: note: use 'unimplemented' instead
    set: { _ in .failing("LocationManager.set") },
                 ^~~~~~~
                 unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:94:39: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startMonitoringForRegion: { _ in .failing("LocationManager.startMonitoringForRegion") },
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:94:39: note: use 'unimplemented' instead
    startMonitoringForRegion: { _ in .failing("LocationManager.startMonitoringForRegion") },
                                      ^~~~~~~
                                      unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:96:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.startMonitoringSignificantLocationChanges")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:96:8: note: use 'unimplemented' instead
      .failing("LocationManager.startMonitoringSignificantLocationChanges")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:98:31: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startMonitoringVisits: { .failing("LocationManager.startMonitoringVisits") },
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:98:31: note: use 'unimplemented' instead
    startMonitoringVisits: { .failing("LocationManager.startMonitoringVisits") },
                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: note: use 'unimplemented' instead
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: note: use 'unimplemented' instead
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: note: use 'unimplemented' instead
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^~~~~~~
                                     unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: note: use 'unimplemented' instead
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: note: use 'unimplemented' instead
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: note: use 'unimplemented' instead
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^~~~~~~
                            unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: note: use 'unimplemented' instead
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: warning: static property 'failing' is not concurrency-safe because non-'Sendable' type 'LocationManager' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let failing = Self(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift:181:15: note: consider making struct 'LocationManager' conform to the 'Sendable' protocol
public struct LocationManager {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: add '@MainActor' to make static property 'failing' part of global actor 'MainActor'
  public static let failing = Self(
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let failing = Self(
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Visit.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriverJobDiscovery normal armv7k Compiling AccuracyAuthorization.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 Compiling\ Failing.swift,\ Interface.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:49:18: warning: 'failing' is deprecated: renamed to 'unimplemented'
    delegate: { .failing("LocationManager.delegate") },
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:49:18: note: use 'unimplemented' instead
    delegate: { .failing("LocationManager.delegate") },
                 ^~~~~~~
                 unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:51:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.dismissHeadingCalibrationDisplay")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:51:8: note: use 'unimplemented' instead
      .failing("LocationManager.dismissHeadingCalibrationDisplay")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:81:36: warning: 'failing' is deprecated: renamed to 'unimplemented'
    requestAlwaysAuthorization: { .failing("LocationManager.requestAlwaysAuthorization") },
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:81:36: note: use 'unimplemented' instead
    requestAlwaysAuthorization: { .failing("LocationManager.requestAlwaysAuthorization") },
                                   ^~~~~~~
                                   unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:82:25: warning: 'failing' is deprecated: renamed to 'unimplemented'
    requestLocation: { .failing("LocationManager.requestLocation") },
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:82:25: note: use 'unimplemented' instead
    requestLocation: { .failing("LocationManager.requestLocation") },
                        ^~~~~~~
                        unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:84:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.requestWhenInUseAuthorization")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:84:8: note: use 'unimplemented' instead
      .failing("LocationManager.requestWhenInUseAuthorization")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:87:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.requestTemporaryFullAccuracyAuthorization")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:87:8: note: use 'unimplemented' instead
      .failing("LocationManager.requestTemporaryFullAccuracyAuthorization")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:89:18: warning: 'failing' is deprecated: renamed to 'unimplemented'
    set: { _ in .failing("LocationManager.set") },
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:89:18: note: use 'unimplemented' instead
    set: { _ in .failing("LocationManager.set") },
                 ^~~~~~~
                 unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:94:39: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startMonitoringForRegion: { _ in .failing("LocationManager.startMonitoringForRegion") },
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:94:39: note: use 'unimplemented' instead
    startMonitoringForRegion: { _ in .failing("LocationManager.startMonitoringForRegion") },
                                      ^~~~~~~
                                      unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:96:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.startMonitoringSignificantLocationChanges")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:96:8: note: use 'unimplemented' instead
      .failing("LocationManager.startMonitoringSignificantLocationChanges")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:98:31: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startMonitoringVisits: { .failing("LocationManager.startMonitoringVisits") },
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:98:31: note: use 'unimplemented' instead
    startMonitoringVisits: { .failing("LocationManager.startMonitoringVisits") },
                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: note: use 'unimplemented' instead
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: note: use 'unimplemented' instead
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: note: use 'unimplemented' instead
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^~~~~~~
                                     unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: note: use 'unimplemented' instead
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: note: use 'unimplemented' instead
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: note: use 'unimplemented' instead
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^~~~~~~
                            unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: note: use 'unimplemented' instead
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: warning: static property 'failing' is not concurrency-safe because non-'Sendable' type 'LocationManager' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let failing = Self(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift:181:15: note: consider making struct 'LocationManager' conform to the 'Sendable' protocol
public struct LocationManager {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: add '@MainActor' to make static property 'failing' part of global actor 'MainActor'
  public static let failing = Self(
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let failing = Self(
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ForEachStore.swift, FullScreenCover.swift, IfLetStore.swift, NavigationDestination.swift, NavigationStackStore.swift, Popover.swift, PresentationModifier.swift (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
SwiftCompile normal armv7k Compiling\ Beacon.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Beacon.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Beacon.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Heading.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 Compiling\ Heading.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Heading.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Heading.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Location.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k Compiling\ Heading.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Heading.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Heading.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling AccuracyAuthorization.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 Compiling\ Beacon.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Beacon.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Beacon.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AccuracyAuthorization.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k Compiling\ Live.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:51: warning: 'run' is deprecated: Use the async version of 'Effect.run', instead.
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:30:6: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    .share()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:31:6: warning: 'eraseToEffect()' is deprecated: Iterate over 'Publisher.values' in an 'Effect.run', instead, or use 'Effect.publisher'.
    .eraseToEffect()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:31:6: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    .eraseToEffect()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:52:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:96:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:103:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget { manager.requestLocation() }
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:106:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:113:10: warning: 'run' is deprecated: Use the async version of 'Effect.run', instead.
        .run { subscriber in
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:131:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:176:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:183:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:190:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:197:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:204:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:211:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:218:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:225:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:232:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:239:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
SwiftDriverJobDiscovery normal armv7k Compiling Visit.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k Compiling\ Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Exports.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Exports.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Store.swift, Alert.swift, Binding.swift, ConfirmationDialog.swift, ActionSheet.swift, LegacyAlert.swift, NavigationLinkStore.swift (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
SwiftCompile normal armv7k Compiling\ Failing.swift,\ Interface.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:49:18: warning: 'failing' is deprecated: renamed to 'unimplemented'
    delegate: { .failing("LocationManager.delegate") },
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:49:18: note: use 'unimplemented' instead
    delegate: { .failing("LocationManager.delegate") },
                 ^~~~~~~
                 unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:51:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.dismissHeadingCalibrationDisplay")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:51:8: note: use 'unimplemented' instead
      .failing("LocationManager.dismissHeadingCalibrationDisplay")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:81:36: warning: 'failing' is deprecated: renamed to 'unimplemented'
    requestAlwaysAuthorization: { .failing("LocationManager.requestAlwaysAuthorization") },
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:81:36: note: use 'unimplemented' instead
    requestAlwaysAuthorization: { .failing("LocationManager.requestAlwaysAuthorization") },
                                   ^~~~~~~
                                   unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:82:25: warning: 'failing' is deprecated: renamed to 'unimplemented'
    requestLocation: { .failing("LocationManager.requestLocation") },
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:82:25: note: use 'unimplemented' instead
    requestLocation: { .failing("LocationManager.requestLocation") },
                        ^~~~~~~
                        unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:84:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.requestWhenInUseAuthorization")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:84:8: note: use 'unimplemented' instead
      .failing("LocationManager.requestWhenInUseAuthorization")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:87:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.requestTemporaryFullAccuracyAuthorization")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:87:8: note: use 'unimplemented' instead
      .failing("LocationManager.requestTemporaryFullAccuracyAuthorization")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:89:18: warning: 'failing' is deprecated: renamed to 'unimplemented'
    set: { _ in .failing("LocationManager.set") },
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:89:18: note: use 'unimplemented' instead
    set: { _ in .failing("LocationManager.set") },
                 ^~~~~~~
                 unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:94:39: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startMonitoringForRegion: { _ in .failing("LocationManager.startMonitoringForRegion") },
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:94:39: note: use 'unimplemented' instead
    startMonitoringForRegion: { _ in .failing("LocationManager.startMonitoringForRegion") },
                                      ^~~~~~~
                                      unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:96:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.startMonitoringSignificantLocationChanges")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:96:8: note: use 'unimplemented' instead
      .failing("LocationManager.startMonitoringSignificantLocationChanges")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:98:31: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startMonitoringVisits: { .failing("LocationManager.startMonitoringVisits") },
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:98:31: note: use 'unimplemented' instead
    startMonitoringVisits: { .failing("LocationManager.startMonitoringVisits") },
                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:99:30: note: use 'unimplemented' instead
    startUpdatingHeading: { .failing("LocationManager.startUpdatingHeading") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: warning: 'failing' is deprecated: renamed to 'unimplemented'
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:100:31: note: use 'unimplemented' instead
    startUpdatingLocation: { .failing("LocationManager.startUpdatingLocation") },
                              ^~~~~~~
                              unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:101:38: note: use 'unimplemented' instead
    stopMonitoringForRegion: { _ in .failing("LocationManager.stopMonitoringForRegion") },
                                     ^~~~~~~
                                     unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: warning: 'failing' is deprecated: renamed to 'unimplemented'
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:103:8: note: use 'unimplemented' instead
      .failing("LocationManager.stopMonitoringSignificantLocationChanges")
       ^~~~~~~
       unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:105:30: note: use 'unimplemented' instead
    stopMonitoringVisits: { .failing("LocationManager.stopMonitoringVisits") },
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:106:29: note: use 'unimplemented' instead
    stopUpdatingHeading: { .failing("LocationManager.stopUpdatingHeading") },
                            ^~~~~~~
                            unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: warning: 'failing' is deprecated: renamed to 'unimplemented'
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:107:30: note: use 'unimplemented' instead
    stopUpdatingLocation: { .failing("LocationManager.stopUpdatingLocation") }
                             ^~~~~~~
                             unimplemented
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: warning: static property 'failing' is not concurrency-safe because non-'Sendable' type 'LocationManager' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let failing = Self(
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift:181:15: note: consider making struct 'LocationManager' conform to the 'Sendable' protocol
public struct LocationManager {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: add '@MainActor' to make static property 'failing' part of global actor 'MainActor'
  public static let failing = Self(
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Failing.swift:40:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let failing = Self(
                    ^
  nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Interface.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Beacon.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k Compiling\ Location.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Location.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Location.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Heading.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 Compiling\ Region.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Region.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Region.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Heading.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 Compiling\ Deprecations.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Deprecations.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Deprecations.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Failing.swift, Interface.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 Compiling\ Beacon.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Beacon.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Models/Beacon.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Location.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k Compiling\ Deprecations.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Deprecations.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Deprecations.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Failing.swift, Interface.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 Compiling\ Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Exports.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Internal/Exports.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Beacon.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 Compiling\ Live.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:51: warning: 'run' is deprecated: Use the async version of 'Effect.run', instead.
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:30:6: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    .share()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:31:6: warning: 'eraseToEffect()' is deprecated: Iterate over 'Publisher.values' in an 'Effect.run', instead, or use 'Effect.publisher'.
    .eraseToEffect()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:31:6: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    .eraseToEffect()
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:22:9: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
    let delegate = EffectPublisher<Action, Never>.run { subscriber in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:50:17: warning: conformance of 'EffectPublisher<Action, Failure>' to 'Publisher' is deprecated
      delegate: { delegate },
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:52:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:96:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:103:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget { manager.requestLocation() }
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:106:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:113:10: warning: 'run' is deprecated: Use the async version of 'Effect.run', instead.
        .run { subscriber in
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:131:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:176:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:183:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:190:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:197:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:204:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:211:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:218:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:225:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:232:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableCoreLocation/Live.swift:239:10: warning: 'fireAndForget' is deprecated: Use 'Effect.run { _ in … }', instead.
        .fireAndForget {
         ^
SwiftDriverJobDiscovery normal armv7k Compiling Exports.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriverJobDiscovery normal armv7k Compiling Live.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriver\ Compilation ComposableArchitecture normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
    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 ComposableArchitecture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture-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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture.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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture_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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation ComposableArchitecture normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
    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 ComposableArchitecture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture-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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture_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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dependencies.o (in target 'Dependencies' from project 'swift-dependencies')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dependencies.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/Binary/ComposableArchitecture.o normal armv7k (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-composable-architecture
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture_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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/Binary/ComposableArchitecture.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/Binary/ComposableArchitecture.o normal arm64 (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-composable-architecture
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture_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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/Binary/ComposableArchitecture.o
SwiftDriverJobDiscovery normal arm64 Compiling Region.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriver\ Compilation ComposableCoreLocation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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 ComposableCoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation-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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Deprecations.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriverJobDiscovery normal arm64_32 Compiling Exports.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriverJobDiscovery normal arm64_32 Compiling Beacon.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriverJobDiscovery normal armv7k Compiling Deprecations.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriverJobDiscovery normal armv7k Compiling Failing.swift, Interface.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriverJobDiscovery normal armv7k Compiling Location.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriver\ Compilation ComposableCoreLocation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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 ComposableCoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation-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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Live.swift (in target 'ComposableCoreLocation' from project 'composable-core-location')
SwiftDriver\ Compilation ComposableCoreLocation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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 ComposableCoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation-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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Sheet.swift, SwitchStore.swift, WithViewStore.swift, TestStore.swift, AlertStateUIKit.swift, IfLetUIKit.swift, ViewStore.swift (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
SwiftDriver\ Compilation ComposableArchitecture normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
    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 ComposableArchitecture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture.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-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture-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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture.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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture_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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture-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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/Binary/ComposableArchitecture.o normal arm64_32 (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-composable-architecture
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture_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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/Binary/ComposableArchitecture.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableArchitecture.o normal arm64\ armv7k\ arm64_32 (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-composable-architecture
    /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/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/Binary/ComposableArchitecture.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/Binary/ComposableArchitecture.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/Binary/ComposableArchitecture.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableArchitecture.o
ExtractAppIntentsMetadata (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-composable-architecture
    /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 ComposableArchitecture --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 6.0 --bundle-identifier swift-composable-architecture.ComposableArchitecture --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableArchitecture.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableArchitecture.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/ComposableArchitecture.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/ComposableArchitecture.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/armv7k/ComposableArchitecture.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-composable-architecture.build/Debug-watchos/ComposableArchitecture.build/Objects-normal/arm64_32/ComposableArchitecture.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 13:14:26.620 appintentsmetadataprocessor[1689:8395] Starting appintentsmetadataprocessor export
2025-04-27 13:14:26.655 appintentsmetadataprocessor[1689:8395] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableArchitecture.o (in target 'ComposableArchitecture' from project 'swift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-composable-architecture
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableArchitecture.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/Binary/ComposableCoreLocation.o normal armv7k (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/Binary/ComposableCoreLocation.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/Binary/ComposableCoreLocation.o normal arm64 (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/Binary/ComposableCoreLocation.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/Binary/ComposableCoreLocation.o normal arm64_32 (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation_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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/Binary/ComposableCoreLocation.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.o normal arm64\ armv7k\ arm64_32 (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/Binary/ComposableCoreLocation.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/Binary/ComposableCoreLocation.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/Binary/ComposableCoreLocation.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.o
ExtractAppIntentsMetadata (in target 'ComposableCoreLocation' from project 'composable-core-location')
    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 ComposableCoreLocation --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 6.0 --bundle-identifier spi-builder-workspace.ComposableCoreLocation --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/ComposableCoreLocation.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/ComposableCoreLocation.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64/ComposableCoreLocation.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/armv7k/ComposableCoreLocation.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/composable-core-location.build/Debug-watchos/ComposableCoreLocation.build/Objects-normal/arm64_32/ComposableCoreLocation.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 13:14:26.719 appintentsmetadataprocessor[1697:8435] Starting appintentsmetadataprocessor export
2025-04-27 13:14:26.755 appintentsmetadataprocessor[1697:8435] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.o (in target 'ComposableCoreLocation' from project 'composable-core-location')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComposableCoreLocation.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture"
    }
  ],
  "manifest_display_name" : "composable-core-location",
  "name" : "composable-core-location",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableCoreLocation",
      "targets" : [
        "ComposableCoreLocation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComposableCoreLocationTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableCoreLocationTests",
      "path" : "Tests/ComposableCoreLocationTests",
      "sources" : [
        "ComposableCoreLocationTests.swift"
      ],
      "target_dependencies" : [
        "ComposableCoreLocation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableCoreLocation",
      "module_type" : "SwiftTarget",
      "name" : "ComposableCoreLocation",
      "path" : "Sources/ComposableCoreLocation",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "ComposableCoreLocation"
      ],
      "sources" : [
        "Failing.swift",
        "Interface.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Live.swift",
        "Models/AccuracyAuthorization.swift",
        "Models/Beacon.swift",
        "Models/Heading.swift",
        "Models/Location.swift",
        "Models/Region.swift",
        "Models/Visit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.