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 d3-async-location, reference main (0def38), with Swift 6.1 for visionOS using Xcode 16.3 on 30 Apr 2025 03:01:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme d3-async-location -destination generic/platform=xrOS 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

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/swift-async-corelocation-streamer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftuiux/swift-async-corelocation-streamer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0def387 Update .spi.yml
Cloned https://github.com/swiftuiux/swift-async-corelocation-streamer.git
Revision (git rev-parse @):
0def3873bf1a91b987d2b4f19d01ea37ad9ab26e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/swift-async-corelocation-streamer.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftuiux/swift-async-corelocation-streamer.git
https://github.com/swiftuiux/swift-async-corelocation-streamer.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "d3-async-location",
  "name" : "d3-async-location",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "d3-async-location",
      "targets" : [
        "d3-async-location"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "d3_async_locationTests",
      "module_type" : "SwiftTarget",
      "name" : "d3-async-locationTests",
      "path" : "Tests/d3-async-locationTests",
      "sources" : [
        "d3_async_locationTests.swift"
      ],
      "target_dependencies" : [
        "d3-async-location"
      ],
      "type" : "test"
    },
    {
      "c99name" : "d3_async_location",
      "module_type" : "SwiftTarget",
      "name" : "d3-async-location",
      "path" : "Sources/d3-async-location",
      "product_memberships" : [
        "d3-async-location"
      ],
      "sources" : [
        "LocationManagerAsync+/Delegate.swift",
        "LocationManagerAsync+/Permission.swift",
        "enum/AsyncLocationErrors.swift",
        "enum/LocationStreamingState.swift",
        "helper/AsyncFIFOQueue.swift",
        "helper/LocationManager.swift",
        "helper/Strategies.swift",
        "protocol/ILocationDelegate.swift",
        "protocol/ILocationManager.swift",
        "protocol/ILocationResultStrategy.swift",
        "protocol/ILocationStreamer.swift",
        "service/LocationStreamer.swift",
        "service/ObservableLocationStreamer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  d3-async-location: /Users/admin/builder/spi-builder-workspace
resolved source packages: d3-async-location
{
  "dependencies" : [
  ],
  "manifest_display_name" : "d3-async-location",
  "name" : "d3-async-location",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "d3-async-location",
      "targets" : [
        "d3-async-location"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "d3_async_locationTests",
      "module_type" : "SwiftTarget",
      "name" : "d3-async-locationTests",
      "path" : "Tests/d3-async-locationTests",
      "sources" : [
        "d3_async_locationTests.swift"
      ],
      "target_dependencies" : [
        "d3-async-location"
      ],
      "type" : "test"
    },
    {
      "c99name" : "d3_async_location",
      "module_type" : "SwiftTarget",
      "name" : "d3-async-location",
      "path" : "Sources/d3-async-location",
      "product_memberships" : [
        "d3-async-location"
      ],
      "sources" : [
        "LocationManagerAsync+/Delegate.swift",
        "LocationManagerAsync+/Permission.swift",
        "enum/AsyncLocationErrors.swift",
        "enum/LocationStreamingState.swift",
        "helper/AsyncFIFOQueue.swift",
        "helper/LocationManager.swift",
        "helper/Strategies.swift",
        "protocol/ILocationDelegate.swift",
        "protocol/ILocationManager.swift",
        "protocol/ILocationResultStrategy.swift",
        "protocol/ILocationStreamer.swift",
        "service/LocationStreamer.swift",
        "service/ObservableLocationStreamer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "d3-async-location"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme d3-async-location -destination generic/platform=xrOS 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
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme d3-async-location -destination generic/platform=xrOS "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 settings from command line:
    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
Resolve Package Graph
Resolved source packages:
  d3-async-location: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'd3-async-location' in project 'd3-async-location'
        ➜ Explicit dependency on target 'd3-async-location' in project 'd3-async-location'
    Target 'd3-async-location' in project 'd3-async-location' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7d08ffacf9d726634669b93c19e282a0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7d08ffacf9d726634669b93c19e282a0.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.modulemap (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.DependencyStaticMetadataFileList (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.DependencyMetadataFileList (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.SwiftConstValuesFileList (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location_const_extract_protocols.json (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-OutputFileMap.json (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.LinkFileList (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.SwiftFileList (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/d3-async-location.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.modulemap (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver d3-async-location normal arm64 com.apple.xcode.tools.swift.compiler (in target 'd3-async-location' from project 'd3-async-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 d3_async_location -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.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/d3-async-location.build/Debug-xros/d3-async-location.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Strategies.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/helper/Strategies.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/helper/Strategies.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Delegate.swift,\ Permission.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/LocationManagerAsync+/Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/LocationManagerAsync+/Permission.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/LocationManagerAsync+/Delegate.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/LocationManagerAsync+/Permission.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AsyncFIFOQueue.swift,\ LocationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/helper/AsyncFIFOQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/helper/LocationManager.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/helper/AsyncFIFOQueue.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/helper/AsyncFIFOQueue.swift:40:17: warning: capture of 'self' with non-sendable type 'LocationManager.AsyncFIFOQueue<Element>?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.finish()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/helper/AsyncFIFOQueue.swift:15:17: note: generic class 'AsyncFIFOQueue' does not conform to the 'Sendable' protocol
    final class AsyncFIFOQueue<Element: Sendable>{
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/helper/LocationManager.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AsyncLocationErrors.swift,\ LocationStreamingState.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/enum/AsyncLocationErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/enum/LocationStreamingState.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/enum/AsyncLocationErrors.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/enum/LocationStreamingState.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ILocationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/protocol/ILocationDelegate.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/protocol/ILocationDelegate.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ILocationResultStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/protocol/ILocationResultStrategy.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/protocol/ILocationResultStrategy.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ILocationStreamer.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/protocol/ILocationStreamer.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/protocol/ILocationStreamer.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LocationStreamer.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/service/LocationStreamer.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/service/LocationStreamer.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/service/LocationStreamer.swift:109:40: warning: sending 'self.manager' risks causing data races; this is an error in the Swift 6 language mode
        let stream = try await manager.start()
                               ~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/service/LocationStreamer.swift:109:40: note: sending main actor-isolated 'self.manager' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
        let stream = try await manager.start()
                                       ^
SwiftCompile normal arm64 Compiling\ ObservableLocationStreamer.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/service/ObservableLocationStreamer.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/service/ObservableLocationStreamer.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/service/ObservableLocationStreamer.swift:98:40: warning: sending 'self.manager' risks causing data races; this is an error in the Swift 6 language mode
        let stream = try await manager.start()
                               ~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/service/ObservableLocationStreamer.swift:98:40: note: sending main actor-isolated 'self.manager' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
        let stream = try await manager.start()
                                       ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ d3_async_location (in target 'd3-async-location' from project 'd3-async-location')
EmitSwiftModule normal arm64 (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ILocationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/protocol/ILocationManager.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/d3-async-location/protocol/ILocationManager.swift (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for d3_async_location (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriver\ Compilation\ Requirements d3-async-location normal arm64 com.apple.xcode.tools.swift.compiler (in target 'd3-async-location' from project 'd3-async-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 d3_async_location -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.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/d3-async-location.build/Debug-xros/d3-async-location.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ILocationResultStrategy.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/d3-async-location-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-Swift.h (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/d3-async-location-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3_async_location.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.swiftmodule (in target 'd3-async-location' from project 'd3-async-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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3_async_location.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3_async_location.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.swiftdoc (in target 'd3-async-location' from project 'd3-async-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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3_async_location.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3_async_location.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.abi.json (in target 'd3-async-location' from project 'd3-async-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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3_async_location.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3_async_location.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.swiftsourceinfo (in target 'd3-async-location' from project 'd3-async-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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3_async_location.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Strategies.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriverJobDiscovery normal arm64 Compiling ILocationManager.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriverJobDiscovery normal arm64 Compiling ILocationDelegate.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncFIFOQueue.swift, LocationManager.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncLocationErrors.swift, LocationStreamingState.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriverJobDiscovery normal arm64 Compiling ObservableLocationStreamer.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriverJobDiscovery normal arm64 Compiling LocationStreamer.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriverJobDiscovery normal arm64 Compiling ILocationStreamer.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriverJobDiscovery normal arm64 Compiling Delegate.swift, Permission.swift (in target 'd3-async-location' from project 'd3-async-location')
SwiftDriver\ Compilation d3-async-location normal arm64 com.apple.xcode.tools.swift.compiler (in target 'd3-async-location' from project 'd3-async-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 d3_async_location -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.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/d3-async-location.build/Debug-xros/d3-async-location.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.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/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location-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/Products/Debug-xros/d3-async-location.o normal (in target 'd3-async-location' from project 'd3-async-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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3_async_location.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3-async-location.o
ExtractAppIntentsMetadata (in target 'd3-async-location' from project 'd3-async-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 d3_async_location --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.d3-async-location --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3_async_location.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3-async-location.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/d3-async-location.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/d3-async-location.build/Debug-xros/d3-async-location.build/Objects-normal/arm64/d3-async-location.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 20:01:48.629 appintentsmetadataprocessor[760:4149] Starting appintentsmetadataprocessor export
2025-04-29 20:01:48.669 appintentsmetadataprocessor[760:4149] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3-async-location.o (in target 'd3-async-location' from project 'd3-async-location')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/d3-async-location.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "d3-async-location",
  "name" : "d3-async-location",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "d3-async-location",
      "targets" : [
        "d3-async-location"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "d3_async_locationTests",
      "module_type" : "SwiftTarget",
      "name" : "d3-async-locationTests",
      "path" : "Tests/d3-async-locationTests",
      "sources" : [
        "d3_async_locationTests.swift"
      ],
      "target_dependencies" : [
        "d3-async-location"
      ],
      "type" : "test"
    },
    {
      "c99name" : "d3_async_location",
      "module_type" : "SwiftTarget",
      "name" : "d3-async-location",
      "path" : "Sources/d3-async-location",
      "product_memberships" : [
        "d3-async-location"
      ],
      "sources" : [
        "LocationManagerAsync+/Delegate.swift",
        "LocationManagerAsync+/Permission.swift",
        "enum/AsyncLocationErrors.swift",
        "enum/LocationStreamingState.swift",
        "helper/AsyncFIFOQueue.swift",
        "helper/LocationManager.swift",
        "helper/Strategies.swift",
        "protocol/ILocationDelegate.swift",
        "protocol/ILocationManager.swift",
        "protocol/ILocationResultStrategy.swift",
        "protocol/ILocationStreamer.swift",
        "service/LocationStreamer.swift",
        "service/ObservableLocationStreamer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.