The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build LocationPicker, reference master (d8a6f5), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 17 Sep 2025 15:47:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LocationPicker -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alessiorubicini/LocationPickerForSwiftUI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d8a6f58 Fixed README
Cloned https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
Revision (git rev-parse @):
d8a6f58df8e4522df4cf40790bbf1416a1b14af0
SUCCESS checkout https://github.com/alessiorubicini/LocationPickerForSwiftUI.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
https://github.com/alessiorubicini/LocationPickerForSwiftUI.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LocationPicker",
  "name" : "LocationPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "LocationPicker",
      "targets" : [
        "LocationPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocationPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "LocationPickerTests",
      "path" : "Tests/LocationPickerTests",
      "sources" : [
        "LocationPickerTests.swift"
      ],
      "target_dependencies" : [
        "LocationPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocationPicker",
      "module_type" : "SwiftTarget",
      "name" : "LocationPicker",
      "path" : "Sources/LocationPicker",
      "product_memberships" : [
        "LocationPicker"
      ],
      "sources" : [
        "CLLocationCoordinate2D+Equatable.swift",
        "Examples.swift",
        "LocationError.swift",
        "LocationManager.swift",
        "LocationManagerDelegate.swift",
        "LocationPicker.swift",
        "MapView.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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:
  LocationPicker: /Users/admin/builder/spi-builder-workspace
resolved source packages: LocationPicker
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LocationPicker",
  "name" : "LocationPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "LocationPicker",
      "targets" : [
        "LocationPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocationPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "LocationPickerTests",
      "path" : "Tests/LocationPickerTests",
      "sources" : [
        "LocationPickerTests.swift"
      ],
      "target_dependencies" : [
        "LocationPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocationPicker",
      "module_type" : "SwiftTarget",
      "name" : "LocationPicker",
      "path" : "Sources/LocationPicker",
      "product_memberships" : [
        "LocationPicker"
      ],
      "sources" : [
        "CLLocationCoordinate2D+Equatable.swift",
        "Examples.swift",
        "LocationError.swift",
        "LocationManager.swift",
        "LocationManagerDelegate.swift",
        "LocationPicker.swift",
        "MapView.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LocationPicker"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LocationPicker -destination platform=macOS,arch=arm64 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 LocationPicker -destination platform=macOS,arch=arm64 "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:
  LocationPicker: /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 'LocationPicker' in project 'LocationPicker'
        ➜ Explicit dependency on target 'LocationPicker' in project 'LocationPicker'
    Target 'LocationPicker' in project 'LocationPicker' (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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 8843eaadfad77e228f4813e2ffe24b13
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8843eaadfad77e228f4813e2ffe24b13.xcbuilddata
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
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/LocationPicker.DependencyMetadataFileList (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/LocationPicker.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/LocationPicker.DependencyStaticMetadataFileList (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/LocationPicker.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-OutputFileMap.json (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker_const_extract_protocols.json (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.SwiftConstValuesFileList (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.LinkFileList (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/LocationPicker.modulemap (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/LocationPicker.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.SwiftFileList (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LocationPicker.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/LocationPicker.modulemap (in target 'LocationPicker' from project 'LocationPicker')
    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/LocationPicker.build/Debug/LocationPicker.build/LocationPicker.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver LocationPicker normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LocationPicker' from project 'LocationPicker')
    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 LocationPicker -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-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/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.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/LocationPicker.build/Debug/LocationPicker.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.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/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ LocationError.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationError.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationError.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ LocationPicker (in target 'LocationPicker' from project 'LocationPicker')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationError.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LocationPicker -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.abi.json
EmitSwiftModule normal arm64 (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
extension CLLocationCoordinate2D: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift:11:1: note: add '@retroactive' to silence this warning
extension CLLocationCoordinate2D: Equatable {
^                                 ~~~~~~~~~
                                  @retroactive Equatable
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:14:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var coordinates = CLLocationCoordinate2D(latitude: 37.775472967190595, longitude: -122.41735219250484)
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:12:8: note: add @available attribute to enclosing struct
struct FormExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:12:8: note: add @available attribute to enclosing struct
struct FormExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:36:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var coordinates = CLLocationCoordinate2D(latitude: 37.775472967190595, longitude: -122.41735219250484)
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:34:8: note: add @available attribute to enclosing struct
struct ModalSheetExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:37:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var showSheet = false
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:34:8: note: add @available attribute to enclosing struct
struct ModalSheetExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:39:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:39:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:34:8: note: add @available attribute to enclosing struct
struct ModalSheetExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:77:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var coordinates = CLLocationCoordinate2D(latitude: 37.775472967190595, longitude: -122.41735219250484)
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:75:8: note: add @available attribute to enclosing struct
struct FullScreenExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:78:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var showSheet = false
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:75:8: note: add @available attribute to enclosing struct
struct FullScreenExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:80:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:80:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:75:8: note: add @available attribute to enclosing struct
struct FullScreenExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:116:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview("Sheet Example") {
 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:120:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview("Full Screen Example") {
 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:124:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview("Form Example") {
 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:76:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift:12:6: error: 'Published' is only available in macOS 10.15 or newer
    @Published var currentLocation: CLLocation?
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift:10:7: note: add @available attribute to enclosing class
class LocationManager: NSObject, ObservableObject, CLLocationManagerDelegate {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift:10:34: error: 'ObservableObject' is only available in macOS 10.15 or newer
class LocationManager: NSObject, ObservableObject, CLLocationManagerDelegate {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift:10:7: note: add @available attribute to enclosing class
class LocationManager: NSObject, ObservableObject, CLLocationManagerDelegate {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:16:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var coordinates: CLLocationCoordinate2D
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:12:15: note: add @available attribute to enclosing struct
public struct LocationPicker: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:26:30: error: 'Binding' is only available in macOS 10.15 or newer
    public init(coordinates: Binding<CLLocationCoordinate2D>,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:26:12: note: add @available attribute to enclosing initializer
    public init(coordinates: Binding<CLLocationCoordinate2D>,
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:12:15: note: add @available attribute to enclosing struct
public struct LocationPicker: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:38:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:38:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:12:15: note: add @available attribute to enclosing struct
public struct LocationPicker: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:18:9: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    let mapView = MKMapView()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:15:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var centerCoordinate: CLLocationCoordinate2D
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:13:8: note: add @available attribute to enclosing struct
struct MapView: UIViewRepresentable {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:20:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> MKMapView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:32:51: error: cannot find type 'Context' in scope
    func updateUIView(_ view: MKMapView, context: Context) {
                                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:40:53: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    class Coordinator: NSObject, MKMapViewDelegate, UIGestureRecognizerDelegate {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:43:27: error: cannot find 'UITapGestureRecognizer' in scope
        var gRecognizer = UITapGestureRecognizer()
                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:53:42: error: cannot find type 'UITapGestureRecognizer' in scope
        @objc func tapHandler(_ gesture: UITapGestureRecognizer) {
                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:13:17: error: cannot find type 'UIViewRepresentable' in scope
struct MapView: UIViewRepresentable {
                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:24: error: 'View' is only available in macOS 10.15 or newer
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:10: note: add @available attribute to enclosing instance method
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:87: error: 'View' is only available in macOS 10.15 or newer
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:10: note: add @available attribute to enclosing instance method
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:12:6: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    @ViewBuilder
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:10: note: add @available attribute to enclosing instance method
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:1: note: add @available attribute to enclosing extension
extension View {
^
SwiftCompile normal arm64 Compiling\ LocationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LocationManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManagerDelegate.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManagerDelegate.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CLLocationCoordinate2D+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ MapView.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Examples.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:67be49d570b2d87023de6dc667aaaa4ec930e156, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:67be49d570b2d87023de6dc667aaaa4ec930e156, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:67be49d570b2d87023de6dc667aaaa4ec930e156, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:67be49d570b2d87023de6dc667aaaa4ec930e156, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ LocationPicker (in target 'LocationPicker' from project 'LocationPicker')
	EmitSwiftModule normal arm64 (in target 'LocationPicker' from project 'LocationPicker')
	Building workspace spi-builder-workspace with scheme LocationPicker
(3 failures)
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:
  LocationPicker: /Users/admin/builder/spi-builder-workspace
resolved source packages: LocationPicker
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LocationPicker",
  "name" : "LocationPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "LocationPicker",
      "targets" : [
        "LocationPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocationPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "LocationPickerTests",
      "path" : "Tests/LocationPickerTests",
      "sources" : [
        "LocationPickerTests.swift"
      ],
      "target_dependencies" : [
        "LocationPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocationPicker",
      "module_type" : "SwiftTarget",
      "name" : "LocationPicker",
      "path" : "Sources/LocationPicker",
      "product_memberships" : [
        "LocationPicker"
      ],
      "sources" : [
        "CLLocationCoordinate2D+Equatable.swift",
        "Examples.swift",
        "LocationError.swift",
        "LocationManager.swift",
        "LocationManagerDelegate.swift",
        "LocationPicker.swift",
        "MapView.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LocationPicker"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LocationPicker -destination platform=macOS,arch=arm64
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 LocationPicker -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  LocationPicker: /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 'LocationPicker' in project 'LocationPicker'
        ➜ Explicit dependency on target 'LocationPicker' in project 'LocationPicker'
    Target 'LocationPicker' in project 'LocationPicker' (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/MacOSX.platform/Developer/SDKs/MacOSX15.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: d74248fef4801e3cc4242ed50b0704b7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d74248fef4801e3cc4242ed50b0704b7.xcbuilddata
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
SwiftDriver LocationPicker normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LocationPicker' from project 'LocationPicker')
    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 LocationPicker -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-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/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.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/LocationPicker.build/Debug/LocationPicker.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.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/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Examples.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CLLocationCoordinate2D+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ LocationPicker (in target 'LocationPicker' from project 'LocationPicker')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationError.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LocationPicker -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LocationPicker.build/Debug/LocationPicker.build/Objects-normal/arm64/LocationPicker.abi.json
EmitSwiftModule normal arm64 (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
extension CLLocationCoordinate2D: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/CLLocationCoordinate2D+Equatable.swift:11:1: note: add '@retroactive' to silence this warning
extension CLLocationCoordinate2D: Equatable {
^                                 ~~~~~~~~~
                                  @retroactive Equatable
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:14:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var coordinates = CLLocationCoordinate2D(latitude: 37.775472967190595, longitude: -122.41735219250484)
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:12:8: note: add @available attribute to enclosing struct
struct FormExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:12:8: note: add @available attribute to enclosing struct
struct FormExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:36:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var coordinates = CLLocationCoordinate2D(latitude: 37.775472967190595, longitude: -122.41735219250484)
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:34:8: note: add @available attribute to enclosing struct
struct ModalSheetExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:37:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var showSheet = false
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:34:8: note: add @available attribute to enclosing struct
struct ModalSheetExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:39:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:39:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:34:8: note: add @available attribute to enclosing struct
struct ModalSheetExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:77:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var coordinates = CLLocationCoordinate2D(latitude: 37.775472967190595, longitude: -122.41735219250484)
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:75:8: note: add @available attribute to enclosing struct
struct FullScreenExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:78:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var showSheet = false
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:75:8: note: add @available attribute to enclosing struct
struct FullScreenExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:80:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:80:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:75:8: note: add @available attribute to enclosing struct
struct FullScreenExample: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:116:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview("Sheet Example") {
 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:120:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview("Full Screen Example") {
 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Examples.swift:124:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview("Form Example") {
 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:76:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift:12:6: error: 'Published' is only available in macOS 10.15 or newer
    @Published var currentLocation: CLLocation?
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift:10:7: note: add @available attribute to enclosing class
class LocationManager: NSObject, ObservableObject, CLLocationManagerDelegate {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift:10:34: error: 'ObservableObject' is only available in macOS 10.15 or newer
class LocationManager: NSObject, ObservableObject, CLLocationManagerDelegate {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift:10:7: note: add @available attribute to enclosing class
class LocationManager: NSObject, ObservableObject, CLLocationManagerDelegate {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:16:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var coordinates: CLLocationCoordinate2D
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:12:15: note: add @available attribute to enclosing struct
public struct LocationPicker: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:26:30: error: 'Binding' is only available in macOS 10.15 or newer
    public init(coordinates: Binding<CLLocationCoordinate2D>,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:26:12: note: add @available attribute to enclosing initializer
    public init(coordinates: Binding<CLLocationCoordinate2D>,
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:12:15: note: add @available attribute to enclosing struct
public struct LocationPicker: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:38:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:38:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationPicker.swift:12:15: note: add @available attribute to enclosing struct
public struct LocationPicker: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:15:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var centerCoordinate: CLLocationCoordinate2D
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:13:8: note: add @available attribute to enclosing struct
struct MapView: UIViewRepresentable {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:20:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> MKMapView {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:32:51: error: cannot find type 'Context' in scope
    func updateUIView(_ view: MKMapView, context: Context) {
                                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:40:53: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    class Coordinator: NSObject, MKMapViewDelegate, UIGestureRecognizerDelegate {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:43:27: error: cannot find 'UITapGestureRecognizer' in scope
        var gRecognizer = UITapGestureRecognizer()
                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:53:42: error: cannot find type 'UITapGestureRecognizer' in scope
        @objc func tapHandler(_ gesture: UITapGestureRecognizer) {
                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift:13:17: error: cannot find type 'UIViewRepresentable' in scope
struct MapView: UIViewRepresentable {
                ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:24: error: 'View' is only available in macOS 10.15 or newer
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:10: note: add @available attribute to enclosing instance method
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:87: error: 'View' is only available in macOS 10.15 or newer
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:10: note: add @available attribute to enclosing instance method
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:12:6: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    @ViewBuilder
     ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:13:10: note: add @available attribute to enclosing instance method
    func `if`<Content: View>(_ condition: Bool, transform: (Self) -> Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift:11:1: note: add @available attribute to enclosing extension
extension View {
^
SwiftCompile normal arm64 Compiling\ LocationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManager.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/Utils.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MapView.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/MapView.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LocationError.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationError.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationError.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LocationManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManagerDelegate.swift (in target 'LocationPicker' from project 'LocationPicker')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LocationPicker/LocationManagerDelegate.swift (in target 'LocationPicker' from project 'LocationPicker')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:67be49d570b2d87023de6dc667aaaa4ec930e156, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:67be49d570b2d87023de6dc667aaaa4ec930e156, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:67be49d570b2d87023de6dc667aaaa4ec930e156, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:67be49d570b2d87023de6dc667aaaa4ec930e156, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ LocationPicker (in target 'LocationPicker' from project 'LocationPicker')
	EmitSwiftModule normal arm64 (in target 'LocationPicker' from project 'LocationPicker')
	Building workspace spi-builder-workspace with scheme LocationPicker
(3 failures)
BUILD FAILURE 6.1 macosXcodebuild