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 ably-asset-tracking-swift, reference main (723a6b), with Swift 6.1 for Wasm on 29 Sep 2025 16:00:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 723a6ba Merge pull request #655 from ably/sunset-aat-notice
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 @):
723a6ba5ca024cd0ff0b71c61a0296dfc7c96dc0
SUCCESS checkout https://github.com/ably/ably-asset-tracking-swift.git at main
========================================
Build
========================================
Selected platform:         wasm
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-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/mapbox/mapbox-navigation-ios.git
Fetching https://github.com/ably/ably-cocoa
Fetching https://github.com/mxcl/Version
[1/293] Fetching version
[294/47685] Fetching version, ably-cocoa
[19251/622331] Fetching version, ably-cocoa, mapbox-navigation-ios
Fetched https://github.com/mxcl/Version from cache (4.07s)
[69625/622038] Fetching ably-cocoa, mapbox-navigation-ios
Fetched https://github.com/ably/ably-cocoa from cache (62.77s)
Fetched https://github.com/mapbox/mapbox-navigation-ios.git from cache (64.48s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.0 (76.21s)
Computing version for https://github.com/mapbox/mapbox-navigation-ios.git
Computed https://github.com/mapbox/mapbox-navigation-ios.git at 2.20.2 (6.82s)
Fetching https://github.com/mapbox/mapbox-directions-swift.git
Fetching https://github.com/ceeK/Solar.git
Fetching https://github.com/mapbox/mapbox-navigation-native-ios.git
Fetching https://github.com/mapbox/mapbox-maps-ios.git
Fetching https://github.com/mapbox/mapbox-speech-swift.git
[1/1138] Fetching mapbox-speech-swift
[1139/1948] Fetching mapbox-speech-swift, solar
[1949/17977] Fetching mapbox-speech-swift, solar, mapbox-navigation-native-ios
[10605/45366] Fetching mapbox-speech-swift, solar, mapbox-navigation-native-ios, mapbox-directions-swift
[38032/1070817] Fetching mapbox-speech-swift, solar, mapbox-navigation-native-ios, mapbox-directions-swift, mapbox-maps-ios
Fetched https://github.com/mapbox/mapbox-speech-swift.git from cache (8.42s)
[54483/1069679] Fetching solar, mapbox-navigation-native-ios, mapbox-directions-swift, mapbox-maps-ios
Fetched https://github.com/ceeK/Solar.git from cache (85.57s)
Fetched https://github.com/mapbox/mapbox-navigation-native-ios.git from cache (85.57s)
Fetched https://github.com/mapbox/mapbox-directions-swift.git from cache (85.71s)
Fetched https://github.com/mapbox/mapbox-maps-ios.git from cache (87.64s)
Computing version for https://github.com/ceeK/Solar.git
Computed https://github.com/ceeK/Solar.git at 3.0.1 (92.52s)
Computing version for https://github.com/mapbox/mapbox-directions-swift.git
Computed https://github.com/mapbox/mapbox-directions-swift.git at 2.14.2 (1.43s)
Fetching https://github.com/raphaelmor/Polyline.git
Fetching https://github.com/apple/swift-argument-parser
[1/894] Fetching polyline
[10/17288] Fetching polyline, swift-argument-parser
Fetching https://github.com/mapbox/turf-swift.git
Fetched https://github.com/raphaelmor/Polyline.git from cache (2.29s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.34s)
[1/6082] Fetching turf-swift
Fetched https://github.com/mapbox/turf-swift.git from cache (1.70s)
Computing version for https://github.com/mapbox/turf-swift.git
Computed https://github.com/mapbox/turf-swift.git at 2.8.0 (5.53s)
Computing version for https://github.com/mapbox/mapbox-navigation-native-ios.git
Computed https://github.com/mapbox/mapbox-navigation-native-ios.git at 206.2.2 (1.57s)
Fetching https://github.com/mapbox/mapbox-common-ios.git
[1/6477] Fetching mapbox-common-ios
Fetched https://github.com/mapbox/mapbox-common-ios.git from cache (1.67s)
Computing version for https://github.com/raphaelmor/Polyline.git
Computed https://github.com/raphaelmor/Polyline.git at 5.1.0 (2.52s)
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.81s)
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.75s)
Fetching https://github.com/mapbox/mapbox-core-maps-ios.git
[1/2525] Fetching mapbox-core-maps-ios
Fetched https://github.com/mapbox/mapbox-core-maps-ios.git from cache (0.34s)
Computing version for https://github.com/mapbox/mapbox-common-ios.git
Computed https://github.com/mapbox/mapbox-common-ios.git at 23.11.4 (1.06s)
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 (1.28s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (2.39s)
Computing version for https://github.com/ably/ably-cocoa
Computed https://github.com/ably/ably-cocoa at 1.2.46 (2.43s)
Fetching https://github.com/ably/delta-codec-cocoa
Fetching https://github.com/rvi/msgpack-objective-C
Fetching https://github.com/ably/ably-cocoa-plugin-support
[1/32] Fetching ably-cocoa-plugin-support
[32/629] Fetching ably-cocoa-plugin-support, delta-codec-cocoa
[62/1135] Fetching ably-cocoa-plugin-support, delta-codec-cocoa, msgpack-objective-c
Fetched https://github.com/rvi/msgpack-objective-C from cache (3.64s)
Fetched https://github.com/ably/ably-cocoa-plugin-support from cache (3.64s)
Fetched https://github.com/ably/delta-codec-cocoa from cache (3.65s)
Computing version for https://github.com/ably/ably-cocoa-plugin-support
Computed https://github.com/ably/ably-cocoa-plugin-support at 0.2.0 (7.48s)
Computing version for https://github.com/ably/delta-codec-cocoa
Computed https://github.com/ably/delta-codec-cocoa at 1.3.3 (2.67s)
Computing version for https://github.com/rvi/msgpack-objective-C
Computed https://github.com/rvi/msgpack-objective-C at 0.4.0 (5.53s)
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.20.2
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-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/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.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/ably/ably-cocoa-plugin-support
Working copy of https://github.com/ably/ably-cocoa-plugin-support resolved at 0.2.0
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/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/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/ably/ably-cocoa
Working copy of https://github.com/ably/ably-cocoa resolved at 1.2.46
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.2
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
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/mapbox/mapbox-navigation-native-ios.git
Working copy of https://github.com/mapbox/mapbox-navigation-native-ios.git resolved at 206.2.2
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
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-maps-core/releases/ios/packages/10.19.2/MapboxCoreMaps.xcframework-dynamic.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.2.2/MapboxNavigationNative.xcframework.zip
[213/213] Downloading https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.2.2/MapboxNavigationNative.xcframework.zip
error: failed downloading 'https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.2.2/MapboxNavigationNative.xcframework.zip' which is required by binary target 'MapboxNavigationNative': badResponseStatusCode(401)
[15895/15895] Downloading https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.2.2/MapboxNavigationNative.xcframework.zip, https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/23.11.4/MapboxCommon.zip
[7141221/7141221] Downloading https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.2.2/MapboxNavigationNative.xcframework.zip, https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/23.11.4/MapboxCommon.zip, https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/10.19.2/MapboxCoreMaps.xcframework-dynamic.zip
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
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-maps-core/releases/ios/packages/10.19.2/MapboxCoreMaps.xcframework-dynamic.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.2.2/MapboxNavigationNative.xcframework.zip
[213/213] Downloading https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.2.2/MapboxNavigationNative.xcframework.zip
error: failed downloading 'https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.2.2/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.2.2/MapboxNavigationNative.xcframework.zip, https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/10.19.2/MapboxCoreMaps.xcframework-dynamic.zip
[147247/147247] Downloading https://api.mapbox.com/downloads/v2/mobile-navigation-native/releases/ios/packages/206.2.2/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
BUILD FAILURE 6.1 wasm