Build Information
Failed to build MapsGL, reference v1.5.1 (7d96cc), with Swift 6.1 for macOS (SPM) on 27 Apr 2026 19:00:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vaisala-xweather/mapsgl-apple-sdk.git
Reference: v1.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vaisala-xweather/mapsgl-apple-sdk
* tag v1.5.1 -> FETCH_HEAD
HEAD is now at 7d96ccc chore: Release 1.5.1
Cloned https://github.com/vaisala-xweather/mapsgl-apple-sdk.git
Revision (git rev-parse @):
7d96cccae96a573a869e6588a46aa0117aaa1b1e
SUCCESS checkout https://github.com/vaisala-xweather/mapsgl-apple-sdk.git at v1.5.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vaisala-xweather/mapsgl-apple-sdk.git
https://github.com/vaisala-xweather/mapsgl-apple-sdk.git
{
"dependencies" : [
{
"identity" : "mapbox-maps-ios",
"requirement" : {
"range" : [
{
"lower_bound" : "11.0.0",
"upper_bound" : "12.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mapbox/mapbox-maps-ios.git"
},
{
"identity" : "turf-swift",
"requirement" : {
"exact" : [
"4.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mapbox/turf-swift.git"
}
],
"manifest_display_name" : "MapsGL",
"name" : "MapsGL",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "MapsGL",
"targets" : [
"MapsGLRendererWrapper",
"MapsGLMapsWrapper",
"MapsGLMapbox"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MapsGLRendererWrapper",
"module_type" : "SwiftTarget",
"name" : "MapsGLRendererWrapper",
"path" : "Sources/MapsGLRendererWrapper",
"product_memberships" : [
"MapsGL"
],
"sources" : [
"_stub.swift"
],
"target_dependencies" : [
"MapsGLCore",
"MapsGLRenderer"
],
"type" : "library"
},
{
"c99name" : "MapsGLRenderer",
"module_type" : "BinaryTarget",
"name" : "MapsGLRenderer",
"path" : "remote/archive/MapsGLRenderer.xcframework.zip",
"product_memberships" : [
"MapsGL"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "MapsGLMapsWrapper",
"module_type" : "SwiftTarget",
"name" : "MapsGLMapsWrapper",
"path" : "Sources/MapsGLMapsWrapper",
"product_dependencies" : [
"Turf"
],
"product_memberships" : [
"MapsGL"
],
"sources" : [
"_stub.swift"
],
"target_dependencies" : [
"MapsGLCore",
"MapsGLRenderer",
"MapsGLMaps"
],
"type" : "library"
},
{
"c99name" : "MapsGLMaps",
"module_type" : "BinaryTarget",
"name" : "MapsGLMaps",
"path" : "remote/archive/MapsGLMaps.xcframework.zip",
"product_memberships" : [
"MapsGL"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "MapsGLMapbox",
"module_type" : "SwiftTarget",
"name" : "MapsGLMapbox",
"path" : "Sources/MapsGLMapbox",
"product_dependencies" : [
"MapboxMaps"
],
"product_memberships" : [
"MapsGL"
],
"sources" : [
"Extensions/CustomLayerRenderParametersExtensions.swift",
"Extensions/MapBoundsExtensions.swift",
"Extensions/StyleManagerExtensions.swift",
"Extensions/ViewportExtensions.swift",
"Map/MapboxLayerHost.swift",
"Map/MapboxMapController.swift",
"Map/MapboxVectorSourceAdapter.swift",
"Map/PlacementResolver.swift"
],
"target_dependencies" : [
"MapsGLMaps"
],
"type" : "library"
},
{
"c99name" : "MapsGLCore",
"module_type" : "BinaryTarget",
"name" : "MapsGLCore",
"path" : "remote/archive/MapsGLCore.xcframework.zip",
"product_memberships" : [
"MapsGL"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Fetching https://github.com/mapbox/turf-swift.git
Fetching https://github.com/mapbox/mapbox-maps-ios.git
[1/6136] Fetching turf-swift
[6137/1046147] Fetching turf-swift, mapbox-maps-ios
Fetched https://github.com/mapbox/mapbox-maps-ios.git from cache (233.82s)
Fetched https://github.com/mapbox/turf-swift.git from cache (233.82s)
Computing version for https://github.com/mapbox/turf-swift.git
Computed https://github.com/mapbox/turf-swift.git at 4.0.0 (236.95s)
Computing version for https://github.com/mapbox/mapbox-maps-ios.git
Computed https://github.com/mapbox/mapbox-maps-ios.git at 11.22.0 (0.59s)
Fetching https://github.com/mapbox/mapbox-core-maps-ios.git
Fetching https://github.com/mapbox/mapbox-common-ios.git
[1/3803] Fetching mapbox-core-maps-ios
[3044/11468] Fetching mapbox-core-maps-ios, mapbox-common-ios
Fetched https://github.com/mapbox/mapbox-common-ios.git from cache (1.97s)
Fetched https://github.com/mapbox/mapbox-core-maps-ios.git from cache (1.97s)
Computing version for https://github.com/mapbox/mapbox-core-maps-ios.git
Computed https://github.com/mapbox/mapbox-core-maps-ios.git at 11.22.0 (2.61s)
Computing version for https://github.com/mapbox/mapbox-common-ios.git
Computed https://github.com/mapbox/mapbox-common-ios.git at 24.22.0 (0.58s)
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.22.0
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-maps-ios.git
Working copy of https://github.com/mapbox/mapbox-maps-ios.git resolved at 11.22.0
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 11.22.0
Downloading binary artifact https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLCore.xcframework.zip
Downloading binary artifact https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLRenderer.xcframework.zip
Downloading binary artifact https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLMaps.xcframework.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/11.22.0/MapboxCoreMaps.xcframework-dynamic.zip
Downloading binary artifact https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.22.0/MapboxCommon.zip
Downloading binary artifact https://github.com/mapbox/turf-swift/releases/download/v4.0.0/Turf.xcframework.zip
[81409/9726479] Downloading https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLCore.xcframework.zip
[3046913/109728216] Downloading https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLCore.xcframework.zip, https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLMaps.xcframework.zip
[16982480/123834447] Downloading https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLCore.xcframework.zip, https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLMaps.xcframework.zip, https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLRenderer.xcframework.zip
[50789566/141503372] Downloading https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLCore.xcframework.zip, https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLMaps.xcframework.zip, https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLRenderer.xcframework.zip, https://github.com/mapbox/turf-swift/releases/download/v4.0.0/Turf.xcframework.zip
[122988325/141513165] Downloading https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLCore.xcframework.zip, https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLMaps.xcframework.zip, https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLRenderer.xcframework.zip, https://github.com/mapbox/turf-swift/releases/download/v4.0.0/Turf.xcframework.zip, https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/11.22.0/MapboxCoreMaps.xcframework-dynamic.zip
[128853038/141520062] Downloading https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLCore.xcframework.zip, https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLMaps.xcframework.zip, https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLRenderer.xcframework.zip, https://github.com/mapbox/turf-swift/releases/download/v4.0.0/Turf.xcframework.zip, https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/11.22.0/MapboxCoreMaps.xcframework-dynamic.zip, https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.22.0/MapboxCommon.zip
Downloaded https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLCore.xcframework.zip (1.02s)
[200107/200107] Downloading https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/11.22.0/MapboxCoreMaps.xcframework-dynamic.zip
[396296/396296] Downloading https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/11.22.0/MapboxCoreMaps.xcframework-dynamic.zip, https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.22.0/MapboxCommon.zip
Downloaded https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLRenderer.xcframework.zip (1.42s)
[11013837/11013837] Downloading https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/11.22.0/MapboxCoreMaps.xcframework-dynamic.zip
[18510993/18510993] Downloading https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/11.22.0/MapboxCoreMaps.xcframework-dynamic.zip, https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.22.0/MapboxCommon.zip
Downloaded https://github.com/mapbox/turf-swift/releases/download/v4.0.0/Turf.xcframework.zip (1.70s)
[22656036/22656036] Downloading https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.22.0/MapboxCommon.zip
[51957521/51957521] Downloading https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.22.0/MapboxCommon.zip, https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/11.22.0/MapboxCoreMaps.xcframework-dynamic.zip
Downloaded https://api.mapbox.com/downloads/v2/mapbox-common/releases/ios/packages/24.22.0/MapboxCommon.zip (4.61s)
Downloaded https://cdn.aerisapi.com/sdk/ios/mapsgl/releases/1.5.1/MapsGLMaps.xcframework.zip (6.02s)
Downloaded https://api.mapbox.com/downloads/v2/mobile-maps-core/releases/ios/packages/11.22.0/MapboxCoreMaps.xcframework-dynamic.zip (6.30s)
error: the library 'MapsGLMapbox' requires macos 10.13, but depends on the product 'MapboxMaps' which requires macos 10.15; consider changing the library 'MapsGLMapbox' to require macos 10.15 or later, or the product 'MapboxMaps' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'MapsGLMapbox' requires macos 10.13, but depends on the product 'MapboxMaps' which requires macos 10.15; consider changing the library 'MapsGLMapbox' to require macos 10.15 or later, or the product 'MapboxMaps' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm