Build Information
Failed to build ably-asset-tracking-swift, reference main (b39e51
), with Swift 6.1 for Linux on 27 Apr 2025 13:05:54 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ably/ably-asset-tracking-swift.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/ably/ably-asset-tracking-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b39e518 Merge pull request #652 from ably/fix-example-app-instructions
Submodule path 'external/common': checked out 'e5cd278a910a287a04a91e4b320a3079287fc31f'
Submodule path 'external/sdk-test-proxy': checked out 'a7cc54fd3003802a65dd469f4d9f9b18cd0b9675'
Submodule 'external/common' (https://github.com/ably/ably-asset-tracking-common.git) registered for path 'external/common'
Submodule 'external/sdk-test-proxy' (https://github.com/ably/sdk-test-proxy.git) registered for path 'external/sdk-test-proxy'
Cloning into '/host/spi-builder-workspace/external/common'...
Cloning into '/host/spi-builder-workspace/external/sdk-test-proxy'...
Cloned https://github.com/ably/ably-asset-tracking-swift.git
Revision (git rev-parse @):
b39e51878bc876b28093d9d9506d83dce7c02e9c
SUCCESS checkout https://github.com/ably/ably-asset-tracking-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ably/ably-asset-tracking-swift.git
https://github.com/ably/ably-asset-tracking-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "mapbox-navigation-ios",
"requirement" : {
"range" : [
{
"lower_bound" : "2.9.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mapbox/mapbox-navigation-ios.git"
},
{
"identity" : "ably-cocoa",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.20",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ably/ably-cocoa"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version"
}
],
"manifest_display_name" : "ably-asset-tracking-swift",
"name" : "ably-asset-tracking-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AblyAssetTrackingSubscriber",
"targets" : [
"AblyAssetTrackingSubscriber"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AblyAssetTrackingPublisher",
"targets" : [
"AblyAssetTrackingPublisher"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AblyAssetTrackingUI",
"targets" : [
"AblyAssetTrackingUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UITests",
"module_type" : "SwiftTarget",
"name" : "UITests",
"path" : "Tests/UITests",
"sources" : [
"DefaultLocationAnimatorCalculatorTests.swift"
],
"target_dependencies" : [
"AblyAssetTrackingCoreTesting",
"AblyAssetTrackingUI"
],
"type" : "test"
},
{
"c99name" : "SystemTests",
"module_type" : "SwiftTarget",
"name" : "SystemTests",
"path" : "Tests/SystemTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SystemTests/Resources/test-locations.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ChannelModesTests.swift",
"Extensions/String.swift",
"NetworkConnectivityTests/Subscriber/Helper/CombineSubscriberDelegate.swift",
"NetworkConnectivityTests/Subscriber/Helper/CombineSubscriberDelegateTests.swift",
"NetworkConnectivityTests/Subscriber/Helper/SubscriberMonitor.swift",
"NetworkConnectivityTests/Subscriber/Helper/SubscriberMonitorFactory.swift",
"NetworkConnectivityTests/Subscriber/Helper/SubscriberNetworkConnectivityTestsParam.swift",
"NetworkConnectivityTests/Subscriber/Helper/TestResources.swift",
"NetworkConnectivityTests/Subscriber/SubscriberNetworkConnectivityTests.swift",
"Proxy/SDKTestProxyClient.swift",
"Proxy/SDKTestProxyDTOs.swift",
"PublisherAuthenticationSystemTests.swift",
"PublisherSubscriberSystemTests.swift",
"PublisherSystemTests.swift",
"SubscriberAuthenticationSystemTests.swift",
"SubscriberSystemTests.swift",
"Utils/AuthHelper.swift",
"Utils/JWTHelper.swift",
"Utils/LocalDataHelper.swift",
"Utils/RestHelper.swift",
"Utils/URLSessionServerTrustSync.swift"
],
"target_dependencies" : [
"AblyAssetTrackingTesting",
"AblyAssetTrackingCoreTesting",
"AblyAssetTrackingSubscriberTesting",
"AblyAssetTrackingPublisherTesting",
"AblyAssetTrackingInternalTesting",
"AblyAssetTrackingSubscriber",
"AblyAssetTrackingPublisher",
"AblyAssetTrackingInternal",
"AblyAssetTrackingCore"
],
"type" : "test"
},
{
"c99name" : "SubscriberTests",
"module_type" : "SwiftTarget",
"name" : "SubscriberTests",
"path" : "Tests/SubscriberTests",
"sources" : [
"DefaultSubscriber/DefaultSubscriberTests.swift",
"Mocks/GeneratedMocks.swift",
"WorkerQueue/SubscriberSpecificWorkerQueuePropertiesImplTests.swift",
"WorkerQueue/SubscriberWorkerFactoryTests.swift",
"WorkerQueue/Workers/Helper/SubscriberWorkerQueuePropertiesMock.swift",
"WorkerQueue/Workers/UpdatePublisherPresenceWorkerTests.swift"
],
"target_dependencies" : [
"AblyAssetTrackingCoreTesting",
"AblyAssetTrackingInternalTesting",
"AblyAssetTrackingSubscriberTesting",
"AblyAssetTrackingSubscriber"
],
"type" : "test"
},
{
"c99name" : "PublisherTests",
"module_type" : "SwiftTarget",
"name" : "PublisherTests",
"path" : "Tests/PublisherTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/PublisherTests/common",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CommonResources.swift",
"DefaultLocationService/PassiveLocationManagerHandlerTests.swift",
"DefaultPublisher/DefaultPublisherTests.swift",
"DefaultPublisher/DefaultPublisher_LocationServiceTests.swift",
"DefaultPublisher/DuplicateTrackableGuardTests.swift",
"DefaultResolutionPolicy/DefaultResolutionPolicyTests.swift",
"Helpers/ErrorInformation+Extension.swift",
"Helpers/PublisherHelper.swift",
"Helpers/WaitAsync.swift",
"LocationHistoryDataTests.swift",
"Storage/TemporaryFileTests.swift",
"WorkerQueue/PublisherWorkerFactoryTests.swift"
],
"target_dependencies" : [
"AblyAssetTrackingCoreTesting",
"AblyAssetTrackingInternalTesting",
"AblyAssetTrackingPublisherTesting",
"AblyAssetTrackingPublisher"
],
"type" : "test"
},
{
"c99name" : "InternalTests",
"module_type" : "SwiftTarget",
"name" : "InternalTests",
"path" : "Tests/InternalTests",
"product_dependencies" : [
"Ably"
],
"sources" : [
"AblyWrapper/DefaultAblyTests.swift",
"Configuration/ConnectionConfiguration+ExtensionsTests.swift",
"Configuration/UtilsTests.swift",
"DefaultInternalLogHandlerTests.swift",
"InternalLogHandlerTests.swift",
"PresenceDataTests.swift",
"WorkerQueue/WorkerQueueTests.swift",
"WorkerQueue/Workers/LegacyWorkerTests.swift"
],
"target_dependencies" : [
"AblyAssetTrackingCoreTesting",
"AblyAssetTrackingInternalTesting",
"AblyAssetTrackingInternal",
"AblyAssetTrackingCore"
],
"type" : "test"
},
{
"c99name" : "CoreTests",
"module_type" : "SwiftTarget",
"name" : "CoreTests",
"path" : "Tests/CoreTests",
"sources" : [
"Sources/Helper/VersionTest.swift",
"Sources/Model/GeoJSON/GeoJSONGeometryCLLocationTests.swift",
"Sources/Model/GeoJSON/GeoJSONGeometryCodableTests.swift",
"Sources/Model/GeoJSON/GeoJSONMessageCLLocationTests.swift",
"Sources/Model/GeoJSON/GeoJSONMessageCodableTests.swift",
"Sources/Model/GeoJSON/GeoJSONPropertiesCLLocationTests.swift",
"Sources/Model/GeoJSON/GeoJSONPropertiesCodableTests.swift",
"Sources/Model/TrackableTests.swift"
],
"target_dependencies" : [
"AblyAssetTrackingCoreTesting",
"AblyAssetTrackingPublisher"
],
"type" : "test"
},
{
"c99name" : "AblyAssetTrackingUI",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingUI",
"path" : "Sources/AblyAssetTrackingUI",
"product_memberships" : [
"AblyAssetTrackingUI"
],
"sources" : [
"LocationAnimator/DefaultLocationAnimator.swift",
"LocationAnimator/DefaultLocationAnimatorCalculator+SupportingTypes.swift",
"LocationAnimator/DefaultLocationAnimatorCalculator.swift",
"LocationAnimator/LocationAnimator.swift"
],
"target_dependencies" : [
"AblyAssetTrackingCore",
"AblyAssetTrackingInternal"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingTestingObjC",
"module_type" : "ClangTarget",
"name" : "AblyAssetTrackingTestingObjC",
"path" : "Tests/Support/AblyAssetTrackingTestingObjC",
"sources" : [
"AATParameterizedTestCaseObjC.m"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingTesting",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingTesting",
"path" : "Tests/Support/AblyAssetTrackingTesting",
"sources" : [
"Blocking.swift",
"MultipleErrors.swift",
"ParameterizedTestCase.swift",
"ParameterizedTestCaseParamStorage.swift",
"TestLogging.swift"
],
"target_dependencies" : [
"AblyAssetTrackingTestingObjC",
"AblyAssetTrackingCore",
"AblyAssetTrackingInternal"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingSubscriberTesting",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingSubscriberTesting",
"path" : "Tests/Support/AblyAssetTrackingSubscriberTesting",
"sources" : [
"Mocks/GeneratedMocks.swift"
],
"target_dependencies" : [
"AblyAssetTrackingSubscriber"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingSubscriber",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingSubscriber",
"path" : "Sources/AblyAssetTrackingSubscriber",
"product_dependencies" : [
"Ably"
],
"product_memberships" : [
"AblyAssetTrackingSubscriber"
],
"sources" : [
"DefaultSubscriber.swift",
"DefaultSubscriberBuilder.swift",
"DefaultSubscriberEvents.swift",
"Exports.swift",
"Subscriber.swift",
"SubscriberBuilder.swift",
"SubscriberDelegate.swift",
"SubscriberFactory.swift",
"SubscriberInteractor.swift",
"WorkerQueue/SubscriberWorkerFactory.swift",
"WorkerQueue/SubscriberWorkerQueueProperties.swift",
"WorkerQueue/SubscriberWorkerSpecification.swift",
"WorkerQueue/Workers/UpdatePublisherPresenceWorker.swift"
],
"target_dependencies" : [
"AblyAssetTrackingInternal",
"AblyAssetTrackingCore"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingPublisherTesting",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingPublisherTesting",
"path" : "Tests/Support/AblyAssetTrackingPublisherTesting",
"sources" : [
"Mocks/MockBatteryLevelProvider.swift",
"Mocks/MockLocationManagerHandlerDelegate.swift",
"Mocks/MockLocationService.swift",
"Mocks/MockPublisherDelegate.swift",
"Mocks/MockResolutionPolicy.swift",
"Mocks/MockResolutionPolicyFactory.swift",
"Mocks/MockResolutionPolicyMethods.swift",
"Mocks/MockRouteProvider.swift",
"Mocks/MockSubscriberSetListener.swift",
"Mocks/MockTrackableSetListener.swift"
],
"target_dependencies" : [
"AblyAssetTrackingPublisher"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingPublisher",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingPublisher",
"path" : "Sources/AblyAssetTrackingPublisher",
"product_dependencies" : [
"Ably",
"MapboxNavigation",
"Version"
],
"product_memberships" : [
"AblyAssetTrackingPublisher"
],
"sources" : [
"DefaultPublisher.swift",
"DefaultPublisherBuilder.swift",
"DefaultPublisherDuplicateTrackableGuard.swift",
"DefaultPublisherEvents.swift",
"DefaultResolutionPolicy/BatteryLevelProvider.swift",
"DefaultResolutionPolicy/DefaultProximityHandler.swift",
"DefaultResolutionPolicy/DefaultResolutionPolicy.swift",
"DefaultResolutionPolicy/DefaultResolutionPolicyFactory.swift",
"DefaultResolutionPolicy/DefaultResolutionPolicyHooks.swift",
"DefaultResolutionPolicy/DefaultResolutionPolicyMethods.swift",
"DefaultResolutionPolicy/DefaultSubscriberSetListener.swift",
"DefaultResolutionPolicy/DefaultTrackableSetListener.swift",
"DefaultResolutionPolicy/ThresholdChecker.swift",
"Exports.swift",
"Extensions/MapboxConfiguration+Extensions.swift",
"Extensions/RoutingProfile+Extensions.swift",
"LocationHistoryData.swift",
"LocationManagerHandler.swift",
"LocationSource.swift",
"Mapbox/MapboxConfiguration.swift",
"Mapbox/RoutingProfile.swift",
"Publisher.swift",
"PublisherBuilder.swift",
"PublisherDelegate.swift",
"PublisherFactory.swift",
"PublisherInteractor.swift",
"PublisherState.swift",
"Resolution Policy/ResolutionPolicy.swift",
"Resolution Policy/ResolutionPolicyFactory.swift",
"Resolution Policy/ResolutionPolicyHooks.swift",
"Resolution Policy/ResolutionPolicyMethods.swift",
"Resolution Policy/TrackableResolutionRequest.swift",
"Services/DefaultLocationService.swift",
"Services/LocationService.swift",
"Services/RouteProvider.swift",
"State/LocationsPublishingState.swift",
"State/StateProtocol.swift",
"Storage/TemporaryFile.swift",
"WorkerQueue/PublisherWorkerFactory.swift",
"WorkerQueue/PublisherWorkerQueueProperties.swift",
"WorkerQueue/PublisherWorkerSpecification.swift"
],
"target_dependencies" : [
"AblyAssetTrackingCore",
"AblyAssetTrackingInternal"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingInternalTesting",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingInternalTesting",
"path" : "Tests/Support/AblyAssetTrackingInternalTesting",
"sources" : [
"DefaultWorkerTestScenarios.swift",
"Mocks/GeneratedMocks.swift",
"Mocks/InternalLogHandlerMock+Configuration.swift",
"Mocks/InternalLogHandlerMockThreadSafe.swift",
"Mocks/MockAblyPublisher.swift",
"Mocks/MockAblySubscriber.swift",
"Mocks/WorkerQueue/WorkerFactoryMock.swift",
"Mocks/WorkerQueue/WorkerMock.swift",
"Mocks/WorkerQueue/WorkerQueuePropertiesMock.swift",
"WorkerTestScenario.swift"
],
"target_dependencies" : [
"AblyAssetTrackingInternal",
"AblyAssetTrackingTesting"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingInternal",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingInternal",
"path" : "Sources/AblyAssetTrackingInternal",
"product_dependencies" : [
"Ably"
],
"product_memberships" : [
"AblyAssetTrackingSubscriber",
"AblyAssetTrackingPublisher",
"AblyAssetTrackingUI"
],
"sources" : [
"AblyExtensions/ARTErrorInfo+Extensions.swift",
"AblyExtensions/ARTPresenceAction+Extensions.swift",
"AblyExtensions/ARTRealtimeChannelState+Extensions.swift",
"AblyExtensions/ARTRealtimeChannels+Extensions.swift",
"AblyExtensions/ARTRealtimeConnectionState+Extensions.swift",
"AblyExtensions/ClientType+Extensions.swift",
"AblyExtensions/PresenceAction+Extensions.swift",
"AblyExtensions/RawLocationUpdateMessage+ARTMessage.swift",
"AblyExtensions/TokenDetails+Extensions.swift",
"AblyExtensions/TokenParams+Extensions.swift",
"AblyExtensions/TokenRequest+Extensions.swift",
"AblyWrapper/AblyCommon.swift",
"AblyWrapper/AblyPublisher.swift",
"AblyWrapper/AblySubscriber.swift",
"AblyWrapper/DefaultAbly.swift",
"AblyWrapper/SDK/AblyCocoaSDK.swift",
"AblyWrapper/SDK/AblySDKProtocols.swift",
"Callback.swift",
"Configuration/Agents.swift",
"Configuration/ConnectionConfiguration+Extensions.swift",
"Configuration/Host.swift",
"ConnectionState.swift",
"EnhancedLocationUpdateMessage.swift",
"EventName.swift",
"Logging/DefaultInternalLogHandler.swift",
"Logging/InternalARTLogHandler.swift",
"Logging/InternalLogHandler+Default.swift",
"Logging/InternalLogHandler.swift",
"PresenceData.swift",
"PresenceMessage.swift",
"RawLocationUpdateMessage.swift",
"Utils/Codable+Extensions.swift",
"Utils/UnimplementedSupport.swift",
"WorkerQueue/WorkRequest.swift",
"WorkerQueue/Worker.swift",
"WorkerQueue/WorkerFactory.swift",
"WorkerQueue/WorkerQueue.swift",
"WorkerQueue/WorkerQueueProperties.swift",
"WorkerQueue/Workers/LegacyWorker.swift"
],
"target_dependencies" : [
"AblyAssetTrackingCore"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingCoreTesting",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingCoreTesting",
"path" : "Tests/Support/AblyAssetTrackingCoreTesting",
"sources" : [
"Mocks/GeneratedMocks.swift"
],
"target_dependencies" : [
"AblyAssetTrackingCore"
],
"type" : "library"
},
{
"c99name" : "AblyAssetTrackingCore",
"module_type" : "SwiftTarget",
"name" : "AblyAssetTrackingCore",
"path" : "Sources/AblyAssetTrackingCore",
"product_dependencies" : [
"Ably"
],
"product_memberships" : [
"AblyAssetTrackingSubscriber",
"AblyAssetTrackingPublisher",
"AblyAssetTrackingUI"
],
"sources" : [
"Configuration/ConnectionConfiguration.swift",
"ErrorCode.swift",
"Errors/LocationValidationError.swift",
"Extension/Accuracy+CoreLocation.swift",
"Extension/CoreLocation+Location.swift",
"Extension/CoreLocation+LocationCoordinate.swift",
"Extension/GeoJSONMessage+CoreLocation.swift",
"Extension/GeoJSONMesssage+Location.swift",
"Extension/Location+CoreLocation.swift",
"Extension/LocationCoordinate+CLLocationCoordinate2d.swift",
"Logging/LogHandler.swift",
"Model/Accuracy.swift",
"Model/ClientType.swift",
"Model/EnhancedLocationUpdate.swift",
"Model/ErrorInformation.swift",
"Model/GeoJSON/GeoJSONGeometry.swift",
"Model/GeoJSON/GeoJSONMessage.swift",
"Model/GeoJSON/GeoJSONProperties.swift",
"Model/GeoJSON/GeoJSONType.swift",
"Model/GeoJSON/LocationValidator.swift",
"Model/Location.swift",
"Model/LocationCoordinate.swift",
"Model/LocationUpdate.swift",
"Model/Proximity.swift",
"Model/RawLocationUpdate.swift",
"Model/Resolution.swift",
"Model/ResolutionConstraints.swift",
"Model/TokenDetails.swift",
"Model/TokenParams.swift",
"Model/TokenRequest.swift",
"Model/Trackable.swift",
"Model/TrackableState.swift",
"ResultHandler.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/mxcl/Version
Fetching https://github.com/ably/ably-cocoa
Fetching https://github.com/mapbox/mapbox-navigation-ios.git
[1/288] Fetching version
[289/44755] Fetching version, ably-cocoa
[24746/474499] Fetching version, ably-cocoa, mapbox-navigation-ios
Fetched https://github.com/mxcl/Version from cache (62.16s)
Fetched https://github.com/ably/ably-cocoa from cache (62.19s)
Fetched https://github.com/mapbox/mapbox-navigation-ios.git from cache (63.78s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (70.33s)
Computing version for https://github.com/mapbox/mapbox-navigation-ios.git
Computed https://github.com/mapbox/mapbox-navigation-ios.git at 2.19.0 (5.59s)
Fetching https://github.com/ceeK/Solar.git
Fetching https://github.com/mapbox/mapbox-speech-swift.git
Fetching https://github.com/mapbox/mapbox-navigation-native-ios.git
[1/810] Fetching solar
[811/1948] Fetching solar, mapbox-speech-swift
[1847/15904] Fetching solar, mapbox-speech-swift, mapbox-navigation-native-ios
Fetching https://github.com/mapbox/mapbox-directions-swift.git
Fetching https://github.com/mapbox/mapbox-maps-ios.git
Fetched https://github.com/ceeK/Solar.git from cache (0.65s)
Fetched https://github.com/mapbox/mapbox-speech-swift.git from cache (0.65s)
Fetched https://github.com/mapbox/mapbox-navigation-native-ios.git from cache (0.66s)
[1/27050] Fetching mapbox-directions-swift
[27051/799707] Fetching mapbox-directions-swift, mapbox-maps-ios
Fetched https://github.com/mapbox/mapbox-directions-swift.git from cache (73.35s)
Fetched https://github.com/mapbox/mapbox-maps-ios.git from cache (74.70s)
Computing version for https://github.com/mapbox/mapbox-directions-swift.git
Computed https://github.com/mapbox/mapbox-directions-swift.git at 2.14.0 (75.63s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/raphaelmor/Polyline.git
Fetching https://github.com/mapbox/turf-swift.git
[1/888] Fetching polyline
[889/6970] Fetching polyline, turf-swift
[6971/21920] Fetching polyline, turf-swift, swift-argument-parser
Fetched https://github.com/raphaelmor/Polyline.git from cache (0.89s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.90s)
Fetched https://github.com/mapbox/turf-swift.git from cache (0.90s)
Computing version for https://github.com/mapbox/turf-swift.git
Computed https://github.com/mapbox/turf-swift.git at 2.8.0 (1.45s)
Computing version for https://github.com/ceeK/Solar.git
Computed https://github.com/ceeK/Solar.git at 3.0.1 (0.55s)
Computing version for https://github.com/mapbox/mapbox-navigation-native-ios.git
Computed https://github.com/mapbox/mapbox-navigation-native-ios.git at 206.1.1 (0.56s)
Fetching https://github.com/mapbox/mapbox-common-ios.git
[1/5661] Fetching mapbox-common-ios
Fetched https://github.com/mapbox/mapbox-common-ios.git from cache (1.15s)
Computing version for https://github.com/raphaelmor/Polyline.git
Computed https://github.com/raphaelmor/Polyline.git at 5.1.0 (1.70s)
Computing version for https://github.com/mapbox/mapbox-speech-swift.git
Computed https://github.com/mapbox/mapbox-speech-swift.git at 2.1.1 (0.54s)
Computing version for https://github.com/mapbox/mapbox-maps-ios.git
Computed https://github.com/mapbox/mapbox-maps-ios.git at 10.19.4 (0.54s)
Fetching https://github.com/mapbox/mapbox-core-maps-ios.git
[1/1747] Fetching mapbox-core-maps-ios
Fetched https://github.com/mapbox/mapbox-core-maps-ios.git from cache (0.24s)
Computing version for https://github.com/mapbox/mapbox-common-ios.git
Computed https://github.com/mapbox/mapbox-common-ios.git at 23.11.4 (0.78s)
Computing version for https://github.com/mapbox/mapbox-core-maps-ios.git
Computed https://github.com/mapbox/mapbox-core-maps-ios.git at 10.19.2 (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.50s)
Computing version for https://github.com/ably/ably-cocoa
Computed https://github.com/ably/ably-cocoa at 1.2.40 (0.56s)
Fetching https://github.com/ably/delta-codec-cocoa
Fetching https://github.com/rvi/msgpack-objective-C
[1/577] Fetching delta-codec-cocoa
[261/1083] Fetching delta-codec-cocoa, msgpack-objective-c
Fetched https://github.com/rvi/msgpack-objective-C from cache (0.27s)
Fetched https://github.com/ably/delta-codec-cocoa from cache (0.27s)
Computing version for https://github.com/ably/delta-codec-cocoa
Computed https://github.com/ably/delta-codec-cocoa at 1.3.3 (0.82s)
Computing version for https://github.com/rvi/msgpack-objective-C
Computed https://github.com/rvi/msgpack-objective-C at 0.4.0 (0.55s)
Creating working copy for https://github.com/mapbox/mapbox-directions-swift.git
Working copy of https://github.com/mapbox/mapbox-directions-swift.git resolved at 2.14.0
Creating working copy for https://github.com/ably/ably-cocoa
Working copy of https://github.com/ably/ably-cocoa resolved at 1.2.40
Creating working copy for https://github.com/mapbox/mapbox-core-maps-ios.git
Working copy of https://github.com/mapbox/mapbox-core-maps-ios.git resolved at 10.19.2
Creating working copy for https://github.com/ably/delta-codec-cocoa
Working copy of https://github.com/ably/delta-codec-cocoa resolved at 1.3.3
Creating working copy for https://github.com/mapbox/mapbox-navigation-native-ios.git
Working copy of https://github.com/mapbox/mapbox-navigation-native-ios.git resolved at 206.1.1
Creating working copy for https://github.com/mapbox/mapbox-speech-swift.git
Working copy of https://github.com/mapbox/mapbox-speech-swift.git resolved at 2.1.1
Creating working copy for https://github.com/ceeK/Solar.git
Working copy of https://github.com/ceeK/Solar.git resolved at 3.0.1
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 23.11.4
Creating working copy for https://github.com/mapbox/mapbox-navigation-ios.git
Working copy of https://github.com/mapbox/mapbox-navigation-ios.git resolved at 2.19.0
Creating working copy for https://github.com/rvi/msgpack-objective-C
Working copy of https://github.com/rvi/msgpack-objective-C resolved at 0.4.0
Creating working copy for https://github.com/mapbox/turf-swift.git
Working copy of https://github.com/mapbox/turf-swift.git resolved at 2.8.0
Creating working copy for https://github.com/raphaelmor/Polyline.git
Working copy of https://github.com/raphaelmor/Polyline.git resolved at 5.1.0
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.0
Creating working copy for https://github.com/mapbox/mapbox-maps-ios.git
Working copy of https://github.com/mapbox/mapbox-maps-ios.git resolved at 10.19.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Downloading binary artifact https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/23.11.4/MapboxCommon.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.1.1/MapboxNavigationNative.xcframework.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/10.19.2/MapboxCoreMaps.xcframework-dynamic.zip
[213/213] Downloading https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.1.1/MapboxNavigationNative.xcframework.zip
error: failed downloading 'https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.1.1/MapboxNavigationNative.xcframework.zip' which is required by binary target 'MapboxNavigationNative': badResponseStatusCode(401)
[16160/16160] Downloading https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.1.1/MapboxNavigationNative.xcframework.zip, https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/10.19.2/MapboxCoreMaps.xcframework-dynamic.zip
[3075050/3075050] Downloading https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.1.1/MapboxNavigationNative.xcframework.zip, https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/10.19.2/MapboxCoreMaps.xcframework-dynamic.zip, https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/23.11.4/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/mobile-navigation-native/releases/ios/packages/206.1.1/MapboxNavigationNative.xcframework.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/10.19.2/MapboxCoreMaps.xcframework-dynamic.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/23.11.4/MapboxCommon.zip
[15631/15631] Downloading https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/23.11.4/MapboxCommon.zip
[5448906/5448906] Downloading https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/23.11.4/MapboxCommon.zip, https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.1.1/MapboxNavigationNative.xcframework.zip
[6504755/6504755] Downloading https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/23.11.4/MapboxCommon.zip, https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.1.1/MapboxNavigationNative.xcframework.zip, https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/10.19.2/MapboxCoreMaps.xcframework-dynamic.zip
error: failed downloading 'https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.1.1/MapboxNavigationNative.xcframework.zip' which is required by binary target 'MapboxNavigationNative': badResponseStatusCode(401)
BUILD FAILURE 6.1 linux