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 main (7683f0), with Swift 6.1 for Linux on 27 Jun 2025 18:36:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mapbox/mapbox-search-ios.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mapbox/mapbox-search-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7683f08 Update netrc configuration in README (#403)
Cloned https://github.com/mapbox/mapbox-search-ios.git
Revision (git rev-parse @):
7683f08fe3c06e6911453ef750623055c78e4f58
SUCCESS checkout https://github.com/mapbox/mapbox-search-ios.git at main
========================================
Build
========================================
Selected platform:         linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++14",
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "mapbox-common-ios",
      "requirement" : {
        "exact" : [
          "24.14.0-alpha.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" : "/host/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" : "/host/spi-builder-workspace/Sources/MapboxSearchUI/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/MapboxSearchUI/Resources/en.lproj/Categories.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/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/PlaceAutocomplete.Options+Tests.swift",
        "Use Cases/Place Autocomplete/PlaceAutocomplete.Result+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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mapbox/mapbox-common-ios.git
[1/1257] Fetching cwlpreconditiontesting
[1258/7236] Fetching cwlpreconditiontesting, mapbox-common-ios
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.49s)
[3468/5979] Fetching mapbox-common-ios
Fetched https://github.com/mapbox/mapbox-common-ios.git from cache (1.31s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (2.02s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.26s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.83s)
Computing version for https://github.com/mapbox/mapbox-common-ios.git
Computed https://github.com/mapbox/mapbox-common-ios.git at 24.14.0-alpha.2 (0.62s)
Fetching https://github.com/mapbox/turf-swift.git
[1/6082] Fetching turf-swift
Fetched https://github.com/mapbox/turf-swift.git from cache (0.73s)
Computing version for https://github.com/mapbox/turf-swift.git
Computed https://github.com/mapbox/turf-swift.git at 4.0.0 (1.32s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mapbox/turf-swift.git
Working copy of https://github.com/mapbox/turf-swift.git resolved at 4.0.0
Creating working copy for https://github.com/mapbox/mapbox-common-ios.git
Working copy of https://github.com/mapbox/mapbox-common-ios.git resolved at 24.14.0-alpha.2
Downloading binary artifact https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.14.0-alpha.2/MapboxCommon.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.14.0-alpha.2/MapboxCoreSearch.xcframework.zip
[205/205] Downloading https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.14.0-alpha.2/MapboxCoreSearch.xcframework.zip
error: failed downloading 'https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.14.0-alpha.2/MapboxCoreSearch.xcframework.zip' which is required by binary target 'MapboxCoreSearch': badResponseStatusCode(401)
[16240/16240] Downloading https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.14.0-alpha.2/MapboxCoreSearch.xcframework.zip, https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.14.0-alpha.2/MapboxCommon.zip
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Downloading binary artifact https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.14.0-alpha.2/MapboxCoreSearch.xcframework.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.14.0-alpha.2/MapboxCommon.zip
[205/205] Downloading https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.14.0-alpha.2/MapboxCoreSearch.xcframework.zip
error: failed downloading 'https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.14.0-alpha.2/MapboxCoreSearch.xcframework.zip' which is required by binary target 'MapboxCoreSearch': badResponseStatusCode(401)
[8125/8125] Downloading https://api.mapbox.com/downloads/v2/search-core-sdk/releases/ios/packages/2.14.0-alpha.2/MapboxCoreSearch.xcframework.zip, https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.14.0-alpha.2/MapboxCommon.zip
BUILD FAILURE 6.1 linux