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 MapboxSearch, reference v2.12.2 (743b37), with Swift 6.1 for visionOS using Xcode 16.3 on 26 May 2025 15:38:04 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mapbox/mapbox-search-ios.git
Reference: v2.12.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mapbox/mapbox-search-ios
 * tag               v2.12.2    -> FETCH_HEAD
HEAD is now at 743b37c Release v2.12.2 (#390)
Cloned https://github.com/mapbox/mapbox-search-ios.git
Revision (git rev-parse @):
743b37cd0e7383b57dac1b23db559a7fd2da3926
SUCCESS checkout https://github.com/mapbox/mapbox-search-ios.git at v2.12.2
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mapbox/mapbox-search-ios.git
https://github.com/mapbox/mapbox-search-ios.git
{
  "cxx_language_standard" : "c++14",
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "mapbox-common-ios",
      "requirement" : {
        "exact" : [
          "24.12.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mapbox/mapbox-common-ios.git"
    },
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    }
  ],
  "manifest_display_name" : "MapboxSearch",
  "name" : "MapboxSearch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MapboxSearch",
      "targets" : [
        "MapboxSearch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MapboxSearchUI",
      "targets" : [
        "MapboxSearchUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapboxSearchUI",
      "module_type" : "SwiftTarget",
      "name" : "MapboxSearchUI",
      "path" : "Sources/MapboxSearchUI",
      "product_memberships" : [
        "MapboxSearchUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxSearchUI/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxSearchUI/Resources/en.lproj/Categories.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxSearchUI/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "ActivityProgressView.swift",
        "AddToFavoritesCell.swift",
        "Array+Extensions.swift",
        "BrandSuggestionsController.swift",
        "CategoriesFavoritesSegmentControl.swift",
        "CategoriesProvider.swift",
        "CategoriesTableViewCell.swift",
        "CategoriesTableViewSource.swift",
        "CategoryDataProvider.swift",
        "CategorySuggestionsController.swift",
        "Colors.swift",
        "Configuration.swift",
        "ConstantCategoryDataProvider.swift",
        "DefaultCategoryDataProvider.swift",
        "DragIndicator.swift",
        "FavoriteDetailsController.swift",
        "FavoriteEntry.swift",
        "FavoriteEntryTemplate.swift",
        "FavoritesTableViewSource.swift",
        "Fonts.swift",
        "Helpers/Bundle+Extensions.swift",
        "Helpers/LocationCoordinateHelpers.swift",
        "Helpers/PlaceholderView.swift",
        "HistoryHeader.swift",
        "HotCategoryButton.swift",
        "Images.swift",
        "Maki+Extensions.swift",
        "MapboxPanelController.swift",
        "MapboxSearchController.swift",
        "NoSuggestionsView.swift",
        "PreviewCategoriesFavoritesSegmentControl.swift",
        "Query.swift",
        "Reachability.swift",
        "SearchBar.swift",
        "SearchCategoriesRootView.swift",
        "SearchCategory.swift",
        "SearchErrorView.swift",
        "SearchHistoryCell.swift",
        "SearchHistoryTableViewSource.swift",
        "SearchSuggestionCell.swift",
        "SearchSuggestionsTableSource.swift",
        "SearchTextField.swift",
        "SendFeedbackController.swift",
        "Strings.swift",
        "Style.swift",
        "UIApplication+Extensions.swift",
        "UserFavoriteCell.swift"
      ],
      "target_dependencies" : [
        "MapboxSearch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MapboxSearchTests",
      "module_type" : "SwiftTarget",
      "name" : "MapboxSearchTests",
      "path" : "Tests/MapboxSearchTests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "Common/Data Samples/BoundingBox+Samples.swift",
        "Common/Data Samples/CLLocationCoordinate2D+Samples.swift",
        "Common/Data Samples/CoreOpenPeriod+Samples.swift",
        "Common/Data Samples/CoreRequestOptions+Samples.swift",
        "Common/Data Samples/CoreSearchOptions+Samples.swift",
        "Common/Data Samples/CoreSearchResponseStub+Samples.swift",
        "Common/Data Samples/CoreSearchResultStub+Samples.swift",
        "Common/Data Samples/CoreSuggestAction+Samples.swift",
        "Common/Data Samples/CoreUserActivityReporterStub.swift",
        "Common/Data Samples/RoutablePoint+Samples.swift",
        "Common/Data Samples/Route+Samples.swift",
        "Common/Data Samples/SearchCategorySuggestion+Samples.swift",
        "Common/Data Samples/SearchQuerySuggestionImpl+Samples.swift",
        "Common/Data Samples/SearchRequestOptions+Samples.swift",
        "Common/Data Samples/SearchResultMetadata+Samples.swift",
        "Common/Data Samples/SearchResultStub+Samples.swift",
        "Common/Extensions/CoreApiType+ToSDKType.swift",
        "Common/Extensions/LotLan+Extensions.swift",
        "Common/Extensions/SearchResultType+Extensions.swift",
        "Common/Models/Address/Address+Samples.swift",
        "Common/Models/Address/Address+TestData.swift",
        "Common/Models/Address/Address+Tests.swift",
        "Common/Models/Address/CoreAddress+Extensions.swift",
        "Common/Models/AdministrativeUnits+Tests.swift",
        "Common/Models/Country+Tests.swift",
        "Common/Models/Language+Tests.swift",
        "Common/Models/Metadata/OpenHoursTests.swift",
        "Common/Models/Metadata/OpenPeriodTests.swift",
        "Common/Models/Metadata/SearchResultMetadataTests.swift",
        "Common/Models/NonEmptyArray+Tests.swift",
        "Common/Models/Offline/TilesetParametersTests.swift",
        "Common/Models/Route/RoutablePointTests.swift",
        "Common/Models/Route/Route+Tests.swift",
        "Common/Models/Route/RouteOptions+Tests.swift",
        "Common/Models/Search Result/SearchResultSuggestionImplTests.swift",
        "Common/Models/Search Result/SearchResultTests.swift",
        "Common/Models/Search Result/SearchResultTypeTests.swift",
        "Common/Models/Search Result/ServerSearchResultTests.swift",
        "Common/Models/SearchAddressType+Tests.swift",
        "Common/Stubs&Models/CoreImageInfoStub.swift",
        "Common/Stubs&Models/CoreSearchEngineStub.swift",
        "Common/Stubs&Models/CoreSearchResponseStub.swift",
        "Common/Stubs&Models/CoreSearchResultMetadataStub.swift",
        "Common/Stubs&Models/CoreSearchResultStub.swift",
        "Common/Stubs&Models/CoreUserRecordsLayerStub.swift",
        "Common/Stubs&Models/DataLayerProviderStub.swift",
        "Common/Stubs&Models/IndexableRecordStub.swift",
        "Common/Stubs&Models/PlaceAutocompleteSuggestionStub.swift",
        "Common/Stubs&Models/SearchEngineDelegateStub.swift",
        "Common/Stubs&Models/SearchResultStub.swift",
        "Common/Stubs&Models/SearchResultSuggestionStub.swift",
        "Common/Stubs&Models/SearchSuggestionStub.swift",
        "Common/Stubs&Models/ServiceProviderStub.swift",
        "Common/Stubs&Models/TestDataProvider.swift",
        "Common/Stubs&Models/TestDataProviderRecord.swift",
        "Common/Stubs&Models/TestTileStore.swift",
        "Common/Stubs&Models/WrapperLocationProviderStub.swift",
        "Legacy/ArrayExtensionsTests.swift",
        "Legacy/BoundingBoxTests.swift",
        "Legacy/CLLocationCoordinate2DCodableTests.swift",
        "Legacy/CategorySearchEngineTests.swift",
        "Legacy/CodablePersistentServiceTests.swift",
        "Legacy/CoreBoundingBoxTests.swift",
        "Legacy/CoreResponseProviderTests.swift",
        "Legacy/CoreResultTypeTests.swift",
        "Legacy/DefaultLocationProviderTests.swift",
        "Legacy/ExternalRecordPlaceholderTests.swift",
        "Legacy/FavoriteRecordTests.swift",
        "Legacy/HighlightsCalculatorTests.swift",
        "Legacy/HistoryRecordTests.swift",
        "Legacy/IndexableDataProviderTests.swift",
        "Legacy/LocationProviderTests.swift",
        "Legacy/RecordsProviderInteractorNativeCoreTests.swift",
        "Legacy/SearchCategorySuggestionImplTests.swift",
        "Legacy/SearchEngineTests.swift",
        "Legacy/SearchErrorTests.swift",
        "Legacy/SearchNavigationProfileTests.swift",
        "Legacy/SearchOptionsTests.swift",
        "Legacy/SearchRequestOptionsTests.swift",
        "Legacy/SearchResponseTests.swift",
        "Legacy/SearchSuggestTypeTests.swift",
        "Legacy/UserRecordsLayerTests.swift",
        "Legacy/ValidateResources.swift",
        "Legacy/WrapperLocationProviderTests.swift",
        "Telemetry/EventsManagerTests.swift",
        "Use Cases/Address Autofill/AddressAutofill+Tests.swift",
        "Use Cases/Address Autofill/AddressAutofill.Options+Tests.swift",
        "Use Cases/Address Autofill/AddressAutofill.Query+Tests.swift",
        "Use Cases/Address Autofill/AddressAutofill.Suggestion+Tests.swift",
        "Use Cases/Details/SearchEngineTests+Details.swift",
        "Use Cases/Place Autocomplete/PlaceAutocomplet.Result+Tests.swift",
        "Use Cases/Place Autocomplete/PlaceAutocomplete.Options+Tests.swift",
        "Use Cases/Place Autocomplete/PlaceAutocomplete.Suggestion+Tests.swift",
        "Use Cases/Place Autocomplete/PlaceAutocompleteTests.swift"
      ],
      "target_dependencies" : [
        "MapboxSearch",
        "MapboxSearchUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MapboxSearch",
      "module_type" : "SwiftTarget",
      "name" : "MapboxSearch",
      "path" : "Sources/MapboxSearch",
      "product_dependencies" : [
        "MapboxCommon"
      ],
      "product_memberships" : [
        "MapboxSearch",
        "MapboxSearchUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxSearch/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "InternalAPI/Array+Extensions.swift",
        "InternalAPI/CLLocationCoordinate2DCodable.swift",
        "InternalAPI/Common/Extensions/Any+dumpAsString.swift",
        "InternalAPI/Common/Extensions/NSLocking+Extensions.swift",
        "InternalAPI/CoreAliases.swift",
        "InternalAPI/CoreBoundingBox.swift",
        "InternalAPI/CoreImageInfoProtocol.swift",
        "InternalAPI/CoreResponseProvider.swift",
        "InternalAPI/CoreResultMetadataProtocol.swift",
        "InternalAPI/CoreResultType+Extensions.swift",
        "InternalAPI/CoreSearchEngineProtocol.swift",
        "InternalAPI/CoreSearchEngineStatics.swift",
        "InternalAPI/CoreSearchResponseProtocol.swift",
        "InternalAPI/CoreSearchResultProtocol.swift",
        "InternalAPI/CoreSearchResultResponse.swift",
        "InternalAPI/CoreUserActivityReporter.swift",
        "InternalAPI/CoreUserRecordsLayerProtocol.swift",
        "InternalAPI/DefaultStringInterpolation+Extensions.swift",
        "InternalAPI/Engine/ApiType+Core.swift",
        "InternalAPI/Locale+Extensions.swift",
        "InternalAPI/Logger.swift",
        "InternalAPI/RecordsProviderInteractorNativeCore.swift",
        "InternalAPI/SearchResponse.swift",
        "InternalAPI/Telemetry/EventAppMetadata.swift",
        "InternalAPI/Telemetry/EventsServiceProtocol.swift",
        "InternalAPI/WrapperLocationProvider.swift",
        "PublicAPI/AttributeSet.swift",
        "PublicAPI/CodablePersistentService.swift",
        "PublicAPI/Common/Models/Address/Address.swift",
        "PublicAPI/Common/Models/Administrative Unit/AdministrativeUnits.swift",
        "PublicAPI/Common/Models/Bounding Box/BoundingBox.swift",
        "PublicAPI/Common/Models/Country/Country+ISO3166-1.swift",
        "PublicAPI/Common/Models/Country/Country.swift",
        "PublicAPI/Common/Models/Country/SearchAddressCountry.swift",
        "PublicAPI/Common/Models/Image/Image.swift",
        "PublicAPI/Common/Models/Language/Language+ISO639-1.swift",
        "PublicAPI/Common/Models/Language/Language.swift",
        "PublicAPI/Common/Models/Navigation/SearchNavigationProfile.swift",
        "PublicAPI/Common/Models/NonEmptyArray/NonEmptyArray.swift",
        "PublicAPI/Common/Models/Region/SearchAddressRegion.swift",
        "PublicAPI/Common/Models/Result Types/SearchAddressType.swift",
        "PublicAPI/DefaultLocationProvider.swift",
        "PublicAPI/Engine/AbstractSearchEngine.swift",
        "PublicAPI/Engine/ApiType.swift",
        "PublicAPI/Engine/CategorySearchEngine.swift",
        "PublicAPI/Engine/SdkInformation.swift",
        "PublicAPI/Engine/SearchEngine.swift",
        "PublicAPI/Engine/SearchRequest/DetailsOptions.swift",
        "PublicAPI/Engine/SearchRequest/RetrieveOptions.swift",
        "PublicAPI/Errors/AddOfflineRegionError.swift",
        "PublicAPI/Errors/CustomNSError.swift",
        "PublicAPI/Errors/SearchError.swift",
        "PublicAPI/FavoriteRecord.swift",
        "PublicAPI/HighlightsCalculator.swift",
        "PublicAPI/HistoryRecord.swift",
        "PublicAPI/IndexableDataProvider.swift",
        "PublicAPI/IndexableDataResolver.swift",
        "PublicAPI/IndexableRecord.swift",
        "PublicAPI/LocalDataProviders.swift",
        "PublicAPI/LocationProvider.swift",
        "PublicAPI/Maki.swift",
        "PublicAPI/MapboxSearchUserAgent.swift",
        "PublicAPI/MapboxSearchVersion.swift",
        "PublicAPI/NavigationOptions.swift",
        "PublicAPI/Offline/OfflineIndexObserver.swift",
        "PublicAPI/Offline/SearchCancelable.swift",
        "PublicAPI/Offline/SearchOfflineManager.swift",
        "PublicAPI/Offline/SearchTileStore.swift",
        "PublicAPI/Offline/TileRegionError.swift",
        "PublicAPI/Offline/TileRegionLoadOptions+Search.swift",
        "PublicAPI/Offline/TilesetParameters.swift",
        "PublicAPI/OpenHours.swift",
        "PublicAPI/OpenPeriod.swift",
        "PublicAPI/RecordsProviderInteractor.swift",
        "PublicAPI/ReverseGeocodingOptions.swift",
        "PublicAPI/RoutablePoint.swift",
        "PublicAPI/Route.swift",
        "PublicAPI/RouteOptions.swift",
        "PublicAPI/Search Results/ExternalRecordPlaceholder.swift",
        "PublicAPI/Search Results/ResultChildMetadata.swift",
        "PublicAPI/Search Results/SearchBrandSuggestionImpl.swift",
        "PublicAPI/Search Results/SearchCategorySuggestion.swift",
        "PublicAPI/Search Results/SearchCategorySuggestionImpl.swift",
        "PublicAPI/Search Results/SearchQuerySuggestion.swift",
        "PublicAPI/Search Results/SearchQuerySuggestionImpl.swift",
        "PublicAPI/Search Results/SearchResult.swift",
        "PublicAPI/Search Results/SearchResultMetadata.swift",
        "PublicAPI/Search Results/SearchResultSuggestion.swift",
        "PublicAPI/Search Results/SearchResultSuggestionImpl.swift",
        "PublicAPI/Search Results/SearchResultType.swift",
        "PublicAPI/Search Results/SearchSuggestType.swift",
        "PublicAPI/Search Results/SearchSuggestion.swift",
        "PublicAPI/Search Results/ServerSearchResult.swift",
        "PublicAPI/SearchOptions.swift",
        "PublicAPI/SearchQueryType.swift",
        "PublicAPI/SearchRequestOptions.swift",
        "PublicAPI/SearchResponseInfo.swift",
        "PublicAPI/SearchResultAccuracy.swift",
        "PublicAPI/ServiceProvider.swift",
        "PublicAPI/Telemetry/EventsManager.swift",
        "PublicAPI/Telemetry/FeedbackEvent.swift",
        "PublicAPI/Telemetry/FeedbackManager.swift",
        "PublicAPI/Use Cases/Address Autofill/AddressAutofill.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/AddressAutofill+AddressComponent.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/AddressAutofill+Options.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/AddressAutofill+Query.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/AddressAutofill+Result.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/Suggestion/AddressAutofill+Suggestion.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/Suggestion/AddressAutofill.Suggestion+SearchResult.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/Suggestion/CoreAddress+AddressComponents.swift",
        "PublicAPI/Use Cases/Address Components/AddressComponents.swift",
        "PublicAPI/Use Cases/Discover/Discover.swift",
        "PublicAPI/Use Cases/Discover/Models/Discover+Address.swift",
        "PublicAPI/Use Cases/Discover/Models/Discover+Options.swift",
        "PublicAPI/Use Cases/Discover/Models/Discover+Query+Category.swift",
        "PublicAPI/Use Cases/Discover/Models/Discover+Result.swift",
        "PublicAPI/Use Cases/Place Autocomplete/Models/PlaceAutocomplete+Options.swift",
        "PublicAPI/Use Cases/Place Autocomplete/Models/PlaceAutocomplete+PlaceType.swift",
        "PublicAPI/Use Cases/Place Autocomplete/Models/PlaceAutocomplete+Result.swift",
        "PublicAPI/Use Cases/Place Autocomplete/Models/PlaceAutocomplete+Suggestion.swift",
        "PublicAPI/Use Cases/Place Autocomplete/PlaceAutocomplete.swift"
      ],
      "target_dependencies" : [
        "MapboxCoreSearch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MapboxCoreSearch",
      "module_type" : "BinaryTarget",
      "name" : "MapboxCoreSearch",
      "path" : "remote/archive/MapboxCoreSearch.xcframework.zip",
      "product_memberships" : [
        "MapboxSearch",
        "MapboxSearchUI"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
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
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/ProxymanApp/atlantis
Fetching from https://github.com/httpswift/swifter
Fetching from https://github.com/mapbox/mapbox-common-ios
Fetching from https://github.com/mapbox/mapbox-maps-ios.git
Fetching from https://github.com/mapbox/turf-swift.git
Fetching from https://github.com/mapbox/mapbox-core-maps-ios.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘turf-swift’
Checking out 4.0.0 of package ‘turf-swift’
Creating working copy of package ‘swifter’
Checking out 1.5.0 of package ‘swifter’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘mapbox-core-maps-ios’
Checking out 11.12.2 of package ‘mapbox-core-maps-ios’
Creating working copy of package ‘atlantis’
Checking out 1.28.0 of package ‘atlantis’
Creating working copy of package ‘mapbox-common-ios’
Checking out 24.12.2 of package ‘mapbox-common-ios’
Creating working copy of package ‘mapbox-maps-ios’
Checking out 11.12.2 of package ‘mapbox-maps-ios’
Resolved source packages:
  Swifter: https://github.com/httpswift/swifter @ 1.5.0
  Turf: https://github.com/mapbox/turf-swift.git @ 4.0.0
  MapboxCommon: https://github.com/mapbox/mapbox-common-ios @ 24.12.2
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  MapboxMaps: https://github.com/mapbox/mapbox-maps-ios.git @ 11.12.2
  Atlantis: https://github.com/ProxymanApp/atlantis @ 1.28.0
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  MapboxCoreMaps: https://github.com/mapbox/mapbox-core-maps-ios.git @ 11.12.2
resolved source packages: Swifter, Turf, MapboxCommon, CwlPreconditionTesting, MapboxMaps, Atlantis, CwlCatchException, MapboxCoreMaps
{
  "cxx_language_standard" : "c++14",
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "mapbox-common-ios",
      "requirement" : {
        "exact" : [
          "24.12.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mapbox/mapbox-common-ios.git"
    },
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    }
  ],
  "manifest_display_name" : "MapboxSearch",
  "name" : "MapboxSearch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MapboxSearch",
      "targets" : [
        "MapboxSearch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MapboxSearchUI",
      "targets" : [
        "MapboxSearchUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapboxSearchUI",
      "module_type" : "SwiftTarget",
      "name" : "MapboxSearchUI",
      "path" : "Sources/MapboxSearchUI",
      "product_memberships" : [
        "MapboxSearchUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxSearchUI/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxSearchUI/Resources/en.lproj/Categories.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxSearchUI/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "ActivityProgressView.swift",
        "AddToFavoritesCell.swift",
        "Array+Extensions.swift",
        "BrandSuggestionsController.swift",
        "CategoriesFavoritesSegmentControl.swift",
        "CategoriesProvider.swift",
        "CategoriesTableViewCell.swift",
        "CategoriesTableViewSource.swift",
        "CategoryDataProvider.swift",
        "CategorySuggestionsController.swift",
        "Colors.swift",
        "Configuration.swift",
        "ConstantCategoryDataProvider.swift",
        "DefaultCategoryDataProvider.swift",
        "DragIndicator.swift",
        "FavoriteDetailsController.swift",
        "FavoriteEntry.swift",
        "FavoriteEntryTemplate.swift",
        "FavoritesTableViewSource.swift",
        "Fonts.swift",
        "Helpers/Bundle+Extensions.swift",
        "Helpers/LocationCoordinateHelpers.swift",
        "Helpers/PlaceholderView.swift",
        "HistoryHeader.swift",
        "HotCategoryButton.swift",
        "Images.swift",
        "Maki+Extensions.swift",
        "MapboxPanelController.swift",
        "MapboxSearchController.swift",
        "NoSuggestionsView.swift",
        "PreviewCategoriesFavoritesSegmentControl.swift",
        "Query.swift",
        "Reachability.swift",
        "SearchBar.swift",
        "SearchCategoriesRootView.swift",
        "SearchCategory.swift",
        "SearchErrorView.swift",
        "SearchHistoryCell.swift",
        "SearchHistoryTableViewSource.swift",
        "SearchSuggestionCell.swift",
        "SearchSuggestionsTableSource.swift",
        "SearchTextField.swift",
        "SendFeedbackController.swift",
        "Strings.swift",
        "Style.swift",
        "UIApplication+Extensions.swift",
        "UserFavoriteCell.swift"
      ],
      "target_dependencies" : [
        "MapboxSearch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MapboxSearchTests",
      "module_type" : "SwiftTarget",
      "name" : "MapboxSearchTests",
      "path" : "Tests/MapboxSearchTests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "Common/Data Samples/BoundingBox+Samples.swift",
        "Common/Data Samples/CLLocationCoordinate2D+Samples.swift",
        "Common/Data Samples/CoreOpenPeriod+Samples.swift",
        "Common/Data Samples/CoreRequestOptions+Samples.swift",
        "Common/Data Samples/CoreSearchOptions+Samples.swift",
        "Common/Data Samples/CoreSearchResponseStub+Samples.swift",
        "Common/Data Samples/CoreSearchResultStub+Samples.swift",
        "Common/Data Samples/CoreSuggestAction+Samples.swift",
        "Common/Data Samples/CoreUserActivityReporterStub.swift",
        "Common/Data Samples/RoutablePoint+Samples.swift",
        "Common/Data Samples/Route+Samples.swift",
        "Common/Data Samples/SearchCategorySuggestion+Samples.swift",
        "Common/Data Samples/SearchQuerySuggestionImpl+Samples.swift",
        "Common/Data Samples/SearchRequestOptions+Samples.swift",
        "Common/Data Samples/SearchResultMetadata+Samples.swift",
        "Common/Data Samples/SearchResultStub+Samples.swift",
        "Common/Extensions/CoreApiType+ToSDKType.swift",
        "Common/Extensions/LotLan+Extensions.swift",
        "Common/Extensions/SearchResultType+Extensions.swift",
        "Common/Models/Address/Address+Samples.swift",
        "Common/Models/Address/Address+TestData.swift",
        "Common/Models/Address/Address+Tests.swift",
        "Common/Models/Address/CoreAddress+Extensions.swift",
        "Common/Models/AdministrativeUnits+Tests.swift",
        "Common/Models/Country+Tests.swift",
        "Common/Models/Language+Tests.swift",
        "Common/Models/Metadata/OpenHoursTests.swift",
        "Common/Models/Metadata/OpenPeriodTests.swift",
        "Common/Models/Metadata/SearchResultMetadataTests.swift",
        "Common/Models/NonEmptyArray+Tests.swift",
        "Common/Models/Offline/TilesetParametersTests.swift",
        "Common/Models/Route/RoutablePointTests.swift",
        "Common/Models/Route/Route+Tests.swift",
        "Common/Models/Route/RouteOptions+Tests.swift",
        "Common/Models/Search Result/SearchResultSuggestionImplTests.swift",
        "Common/Models/Search Result/SearchResultTests.swift",
        "Common/Models/Search Result/SearchResultTypeTests.swift",
        "Common/Models/Search Result/ServerSearchResultTests.swift",
        "Common/Models/SearchAddressType+Tests.swift",
        "Common/Stubs&Models/CoreImageInfoStub.swift",
        "Common/Stubs&Models/CoreSearchEngineStub.swift",
        "Common/Stubs&Models/CoreSearchResponseStub.swift",
        "Common/Stubs&Models/CoreSearchResultMetadataStub.swift",
        "Common/Stubs&Models/CoreSearchResultStub.swift",
        "Common/Stubs&Models/CoreUserRecordsLayerStub.swift",
        "Common/Stubs&Models/DataLayerProviderStub.swift",
        "Common/Stubs&Models/IndexableRecordStub.swift",
        "Common/Stubs&Models/PlaceAutocompleteSuggestionStub.swift",
        "Common/Stubs&Models/SearchEngineDelegateStub.swift",
        "Common/Stubs&Models/SearchResultStub.swift",
        "Common/Stubs&Models/SearchResultSuggestionStub.swift",
        "Common/Stubs&Models/SearchSuggestionStub.swift",
        "Common/Stubs&Models/ServiceProviderStub.swift",
        "Common/Stubs&Models/TestDataProvider.swift",
        "Common/Stubs&Models/TestDataProviderRecord.swift",
        "Common/Stubs&Models/TestTileStore.swift",
        "Common/Stubs&Models/WrapperLocationProviderStub.swift",
        "Legacy/ArrayExtensionsTests.swift",
        "Legacy/BoundingBoxTests.swift",
        "Legacy/CLLocationCoordinate2DCodableTests.swift",
        "Legacy/CategorySearchEngineTests.swift",
        "Legacy/CodablePersistentServiceTests.swift",
        "Legacy/CoreBoundingBoxTests.swift",
        "Legacy/CoreResponseProviderTests.swift",
        "Legacy/CoreResultTypeTests.swift",
        "Legacy/DefaultLocationProviderTests.swift",
        "Legacy/ExternalRecordPlaceholderTests.swift",
        "Legacy/FavoriteRecordTests.swift",
        "Legacy/HighlightsCalculatorTests.swift",
        "Legacy/HistoryRecordTests.swift",
        "Legacy/IndexableDataProviderTests.swift",
        "Legacy/LocationProviderTests.swift",
        "Legacy/RecordsProviderInteractorNativeCoreTests.swift",
        "Legacy/SearchCategorySuggestionImplTests.swift",
        "Legacy/SearchEngineTests.swift",
        "Legacy/SearchErrorTests.swift",
        "Legacy/SearchNavigationProfileTests.swift",
        "Legacy/SearchOptionsTests.swift",
        "Legacy/SearchRequestOptionsTests.swift",
        "Legacy/SearchResponseTests.swift",
        "Legacy/SearchSuggestTypeTests.swift",
        "Legacy/UserRecordsLayerTests.swift",
        "Legacy/ValidateResources.swift",
        "Legacy/WrapperLocationProviderTests.swift",
        "Telemetry/EventsManagerTests.swift",
        "Use Cases/Address Autofill/AddressAutofill+Tests.swift",
        "Use Cases/Address Autofill/AddressAutofill.Options+Tests.swift",
        "Use Cases/Address Autofill/AddressAutofill.Query+Tests.swift",
        "Use Cases/Address Autofill/AddressAutofill.Suggestion+Tests.swift",
        "Use Cases/Details/SearchEngineTests+Details.swift",
        "Use Cases/Place Autocomplete/PlaceAutocomplet.Result+Tests.swift",
        "Use Cases/Place Autocomplete/PlaceAutocomplete.Options+Tests.swift",
        "Use Cases/Place Autocomplete/PlaceAutocomplete.Suggestion+Tests.swift",
        "Use Cases/Place Autocomplete/PlaceAutocompleteTests.swift"
      ],
      "target_dependencies" : [
        "MapboxSearch",
        "MapboxSearchUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MapboxSearch",
      "module_type" : "SwiftTarget",
      "name" : "MapboxSearch",
      "path" : "Sources/MapboxSearch",
      "product_dependencies" : [
        "MapboxCommon"
      ],
      "product_memberships" : [
        "MapboxSearch",
        "MapboxSearchUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxSearch/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "InternalAPI/Array+Extensions.swift",
        "InternalAPI/CLLocationCoordinate2DCodable.swift",
        "InternalAPI/Common/Extensions/Any+dumpAsString.swift",
        "InternalAPI/Common/Extensions/NSLocking+Extensions.swift",
        "InternalAPI/CoreAliases.swift",
        "InternalAPI/CoreBoundingBox.swift",
        "InternalAPI/CoreImageInfoProtocol.swift",
        "InternalAPI/CoreResponseProvider.swift",
        "InternalAPI/CoreResultMetadataProtocol.swift",
        "InternalAPI/CoreResultType+Extensions.swift",
        "InternalAPI/CoreSearchEngineProtocol.swift",
        "InternalAPI/CoreSearchEngineStatics.swift",
        "InternalAPI/CoreSearchResponseProtocol.swift",
        "InternalAPI/CoreSearchResultProtocol.swift",
        "InternalAPI/CoreSearchResultResponse.swift",
        "InternalAPI/CoreUserActivityReporter.swift",
        "InternalAPI/CoreUserRecordsLayerProtocol.swift",
        "InternalAPI/DefaultStringInterpolation+Extensions.swift",
        "InternalAPI/Engine/ApiType+Core.swift",
        "InternalAPI/Locale+Extensions.swift",
        "InternalAPI/Logger.swift",
        "InternalAPI/RecordsProviderInteractorNativeCore.swift",
        "InternalAPI/SearchResponse.swift",
        "InternalAPI/Telemetry/EventAppMetadata.swift",
        "InternalAPI/Telemetry/EventsServiceProtocol.swift",
        "InternalAPI/WrapperLocationProvider.swift",
        "PublicAPI/AttributeSet.swift",
        "PublicAPI/CodablePersistentService.swift",
        "PublicAPI/Common/Models/Address/Address.swift",
        "PublicAPI/Common/Models/Administrative Unit/AdministrativeUnits.swift",
        "PublicAPI/Common/Models/Bounding Box/BoundingBox.swift",
        "PublicAPI/Common/Models/Country/Country+ISO3166-1.swift",
        "PublicAPI/Common/Models/Country/Country.swift",
        "PublicAPI/Common/Models/Country/SearchAddressCountry.swift",
        "PublicAPI/Common/Models/Image/Image.swift",
        "PublicAPI/Common/Models/Language/Language+ISO639-1.swift",
        "PublicAPI/Common/Models/Language/Language.swift",
        "PublicAPI/Common/Models/Navigation/SearchNavigationProfile.swift",
        "PublicAPI/Common/Models/NonEmptyArray/NonEmptyArray.swift",
        "PublicAPI/Common/Models/Region/SearchAddressRegion.swift",
        "PublicAPI/Common/Models/Result Types/SearchAddressType.swift",
        "PublicAPI/DefaultLocationProvider.swift",
        "PublicAPI/Engine/AbstractSearchEngine.swift",
        "PublicAPI/Engine/ApiType.swift",
        "PublicAPI/Engine/CategorySearchEngine.swift",
        "PublicAPI/Engine/SdkInformation.swift",
        "PublicAPI/Engine/SearchEngine.swift",
        "PublicAPI/Engine/SearchRequest/DetailsOptions.swift",
        "PublicAPI/Engine/SearchRequest/RetrieveOptions.swift",
        "PublicAPI/Errors/AddOfflineRegionError.swift",
        "PublicAPI/Errors/CustomNSError.swift",
        "PublicAPI/Errors/SearchError.swift",
        "PublicAPI/FavoriteRecord.swift",
        "PublicAPI/HighlightsCalculator.swift",
        "PublicAPI/HistoryRecord.swift",
        "PublicAPI/IndexableDataProvider.swift",
        "PublicAPI/IndexableDataResolver.swift",
        "PublicAPI/IndexableRecord.swift",
        "PublicAPI/LocalDataProviders.swift",
        "PublicAPI/LocationProvider.swift",
        "PublicAPI/Maki.swift",
        "PublicAPI/MapboxSearchUserAgent.swift",
        "PublicAPI/MapboxSearchVersion.swift",
        "PublicAPI/NavigationOptions.swift",
        "PublicAPI/Offline/OfflineIndexObserver.swift",
        "PublicAPI/Offline/SearchCancelable.swift",
        "PublicAPI/Offline/SearchOfflineManager.swift",
        "PublicAPI/Offline/SearchTileStore.swift",
        "PublicAPI/Offline/TileRegionError.swift",
        "PublicAPI/Offline/TileRegionLoadOptions+Search.swift",
        "PublicAPI/Offline/TilesetParameters.swift",
        "PublicAPI/OpenHours.swift",
        "PublicAPI/OpenPeriod.swift",
        "PublicAPI/RecordsProviderInteractor.swift",
        "PublicAPI/ReverseGeocodingOptions.swift",
        "PublicAPI/RoutablePoint.swift",
        "PublicAPI/Route.swift",
        "PublicAPI/RouteOptions.swift",
        "PublicAPI/Search Results/ExternalRecordPlaceholder.swift",
        "PublicAPI/Search Results/ResultChildMetadata.swift",
        "PublicAPI/Search Results/SearchBrandSuggestionImpl.swift",
        "PublicAPI/Search Results/SearchCategorySuggestion.swift",
        "PublicAPI/Search Results/SearchCategorySuggestionImpl.swift",
        "PublicAPI/Search Results/SearchQuerySuggestion.swift",
        "PublicAPI/Search Results/SearchQuerySuggestionImpl.swift",
        "PublicAPI/Search Results/SearchResult.swift",
        "PublicAPI/Search Results/SearchResultMetadata.swift",
        "PublicAPI/Search Results/SearchResultSuggestion.swift",
        "PublicAPI/Search Results/SearchResultSuggestionImpl.swift",
        "PublicAPI/Search Results/SearchResultType.swift",
        "PublicAPI/Search Results/SearchSuggestType.swift",
        "PublicAPI/Search Results/SearchSuggestion.swift",
        "PublicAPI/Search Results/ServerSearchResult.swift",
        "PublicAPI/SearchOptions.swift",
        "PublicAPI/SearchQueryType.swift",
        "PublicAPI/SearchRequestOptions.swift",
        "PublicAPI/SearchResponseInfo.swift",
        "PublicAPI/SearchResultAccuracy.swift",
        "PublicAPI/ServiceProvider.swift",
        "PublicAPI/Telemetry/EventsManager.swift",
        "PublicAPI/Telemetry/FeedbackEvent.swift",
        "PublicAPI/Telemetry/FeedbackManager.swift",
        "PublicAPI/Use Cases/Address Autofill/AddressAutofill.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/AddressAutofill+AddressComponent.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/AddressAutofill+Options.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/AddressAutofill+Query.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/AddressAutofill+Result.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/Suggestion/AddressAutofill+Suggestion.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/Suggestion/AddressAutofill.Suggestion+SearchResult.swift",
        "PublicAPI/Use Cases/Address Autofill/Models/Suggestion/CoreAddress+AddressComponents.swift",
        "PublicAPI/Use Cases/Address Components/AddressComponents.swift",
        "PublicAPI/Use Cases/Discover/Discover.swift",
        "PublicAPI/Use Cases/Discover/Models/Discover+Address.swift",
        "PublicAPI/Use Cases/Discover/Models/Discover+Options.swift",
        "PublicAPI/Use Cases/Discover/Models/Discover+Query+Category.swift",
        "PublicAPI/Use Cases/Discover/Models/Discover+Result.swift",
        "PublicAPI/Use Cases/Place Autocomplete/Models/PlaceAutocomplete+Options.swift",
        "PublicAPI/Use Cases/Place Autocomplete/Models/PlaceAutocomplete+PlaceType.swift",
        "PublicAPI/Use Cases/Place Autocomplete/Models/PlaceAutocomplete+Result.swift",
        "PublicAPI/Use Cases/Place Autocomplete/Models/PlaceAutocomplete+Suggestion.swift",
        "PublicAPI/Use Cases/Place Autocomplete/PlaceAutocomplete.swift"
      ],
      "target_dependencies" : [
        "MapboxCoreSearch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MapboxCoreSearch",
      "module_type" : "BinaryTarget",
      "name" : "MapboxCoreSearch",
      "path" : "remote/archive/MapboxCoreSearch.xcframework.zip",
      "product_memberships" : [
        "MapboxSearch",
        "MapboxSearchUI"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MapboxSearch",
    "schemes" : [
      "Atlantis",
      "Demo",
      "MapboxMaps",
      "MapboxSearch",
      "MapboxSearchTests",
      "MapboxSearchUI",
      "MapboxSearchUIResources"
    ],
    "targets" : [
      "MapboxSearch",
      "MapboxSearchIntegrationTests",
      "MapboxSearchTests",
      "MapboxSearchUI",
      "MapboxSearchUITests",
      "MapboxSearchUIResources",
      "Demo"
    ]
  }
}
2025-05-26 08:38:04.014 xcodebuild[1189:6413] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-05_08-38-0004.xcresult
xcodebuild: error: Could not resolve package dependencies:
  failed downloading 'https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.12.2/MapboxCoreSearch.xcframework.zip' which is required by binary target 'MapboxCoreSearch': badResponseStatusCode(401)
  fatalError
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
failed downloading 'https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.12.2/MapboxCoreSearch.xcframework.zip' which is required by binary target 'MapboxCoreSearch': badResponseStatusCode(401)fatalError
Resolved source packages:
  spi-builder-workspace: (null)
2025-05-26 08:38:04.917 xcodebuild[1197:6485] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-05_08-38-0004.xcresult
xcodebuild: error: Could not resolve package dependencies:
  failed downloading 'https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.12.2/MapboxCoreSearch.xcframework.zip' which is required by binary target 'MapboxCoreSearch': badResponseStatusCode(401)
  fatalError
BUILD FAILURE 6.1 visionOS