Build Information
Failed to build MapLibreSwiftUI, reference v0.20.0 (7d13f2), with Swift 6.1 for Linux on 28 Nov 2025 21:33:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maplibre/swiftui-dsl.git
Reference: v0.20.0
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/maplibre/swiftui-dsl
* tag v0.20.0 -> FETCH_HEAD
HEAD is now at 7d13f27 fixed: xcode version changed on gh action (#117)
Cloned https://github.com/maplibre/swiftui-dsl.git
Revision (git rev-parse @):
7d13f27497dc51d14fb2c4bc8f47785b612b72cd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/maplibre/swiftui-dsl.git at v0.20.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/maplibre/swiftui-dsl.git
https://github.com/maplibre/swiftui-dsl.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "maplibre-gl-native-distribution",
"requirement" : {
"range" : [
{
"lower_bound" : "6.20.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/maplibre/maplibre-gl-native-distribution.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics.git"
},
{
"identity" : "mockable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kolos65/Mockable.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.4",
"upper_bound" : "0.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
}
],
"manifest_display_name" : "MapLibreSwiftUI",
"name" : "MapLibreSwiftUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "MapLibreSwiftUI",
"targets" : [
"MapLibreSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MapLibreSwiftDSL",
"targets" : [
"MapLibreSwiftDSL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MapLibreSwiftMacros",
"targets" : [
"MapLibreSwiftMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MapLibreSwiftMacrosImpl",
"targets" : [
"MapLibreSwiftMacrosImpl"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "MapLibreSwiftUITests",
"module_type" : "SwiftTarget",
"name" : "MapLibreSwiftUITests",
"path" : "Tests/MapLibreSwiftUITests",
"product_dependencies" : [
"MapLibre",
"Numerics",
"Mockable",
"SnapshotTesting"
],
"sources" : [
"Examples/CameraPreviewTests.swift",
"Examples/LayerPreviewTests.swift",
"Examples/MapControlsTests.swift",
"Extensions/CoreLocation/CLLocationCoordinate2D.swift",
"MapView/MapViewGestureTests.swift",
"MapViewCoordinator/MapViewCoordinatorCameraTests.swift",
"Models/Gesture/MapGestureTests.swift",
"Models/MapCamera/CameraChangeReasonTests.swift",
"Models/MapCamera/CameraPitchTests.swift",
"Models/MapCamera/CameraStateTests.swift",
"Models/MapCamera/MapViewCameraOperationTests.swift",
"Models/MapCamera/MapViewCameraTests.swift",
"Models/MapUserAnnotationStyleTest.swift",
"Support/XCTestAssertView.swift"
],
"target_dependencies" : [
"MapLibreSwiftUI"
],
"type" : "test"
},
{
"c99name" : "MapLibreSwiftUI",
"module_type" : "SwiftTarget",
"name" : "MapLibreSwiftUI",
"path" : "Sources/MapLibreSwiftUI",
"product_dependencies" : [
"MapLibre",
"Mockable"
],
"product_memberships" : [
"MapLibreSwiftUI"
],
"sources" : [
"Examples/Camera.swift",
"Examples/FillStyleLayerPreviews.swift",
"Examples/Gestures.swift",
"Examples/Layers.swift",
"Examples/Other.swift",
"Examples/Polyline.swift",
"Examples/Preview Helpers.swift",
"Examples/User Location.swift",
"Extensions/CoreLocation/CLLocationCoordinate2D.swift",
"Extensions/MapLibre/MLNCameraChangeReason.swift",
"Extensions/MapView/MapViewGestures.swift",
"Extensions/MapViewCamera/MapViewCameraOperations.swift",
"Extensions/UIKit/UIGestureRecognizing.swift",
"MLNMapViewController.swift",
"MLNMapViewRepresentable.swift",
"MapView.swift",
"MapViewCoordinator.swift",
"MapViewModifiers.swift",
"Models/Gesture/MapGesture.swift",
"Models/Gesture/MapGestureContext.swift",
"Models/MapCamera/CameraChangeReason.swift",
"Models/MapCamera/CameraPitchRange.swift",
"Models/MapCamera/CameraState.swift",
"Models/MapCamera/MapViewCamera.swift",
"Models/MapStyleSource.swift",
"Models/MapUserAnnotationStyle.swift",
"Models/MapViewProxy.swift",
"StaticLocationManager.swift",
"ViewModifiers/MapViewUserAnnotationStyle.swift"
],
"target_dependencies" : [
"InternalUtils",
"MapLibreSwiftDSL"
],
"type" : "library"
},
{
"c99name" : "MapLibreSwiftMacrosTests",
"module_type" : "SwiftTarget",
"name" : "MapLibreSwiftMacrosTests",
"path" : "Tests/MapLibreSwiftMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"MapLibreSwiftMacrosTests.swift"
],
"target_dependencies" : [
"MapLibreSwiftMacrosImpl"
],
"type" : "test"
},
{
"c99name" : "MapLibreSwiftMacrosImpl",
"module_type" : "SwiftTarget",
"name" : "MapLibreSwiftMacrosImpl",
"path" : "Sources/MapLibreSwiftMacrosImpl",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"MapLibreSwiftUI",
"MapLibreSwiftDSL",
"MapLibreSwiftMacros",
"MapLibreSwiftMacrosImpl"
],
"sources" : [
"MapLibreSwiftMacrosPlugin.swift",
"StyleExpressionMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "MapLibreSwiftMacros",
"module_type" : "SwiftTarget",
"name" : "MapLibreSwiftMacros",
"path" : "Sources/MapLibreSwiftMacros",
"product_memberships" : [
"MapLibreSwiftUI",
"MapLibreSwiftDSL",
"MapLibreSwiftMacros"
],
"sources" : [
"MapLibreSwiftMacros.swift"
],
"target_dependencies" : [
"MapLibreSwiftMacrosImpl"
],
"type" : "library"
},
{
"c99name" : "MapLibreSwiftDSLTests",
"module_type" : "SwiftTarget",
"name" : "MapLibreSwiftDSLTests",
"path" : "Tests/MapLibreSwiftDSLTests",
"sources" : [
"PointFeatureTests.swift",
"ShapeSourceTests.swift",
"StyleLayerTest.swift"
],
"target_dependencies" : [
"MapLibreSwiftDSL"
],
"type" : "test"
},
{
"c99name" : "MapLibreSwiftDSL",
"module_type" : "SwiftTarget",
"name" : "MapLibreSwiftDSL",
"path" : "Sources/MapLibreSwiftDSL",
"product_dependencies" : [
"MapLibre"
],
"product_memberships" : [
"MapLibreSwiftUI",
"MapLibreSwiftDSL"
],
"sources" : [
"Enums.swift",
"Expressions.swift",
"MapControls.swift",
"MapLibre Extensions.swift",
"MapViewContentBuilder.swift",
"ShapeDataBuilder.swift",
"Style Layers/Background.swift",
"Style Layers/Circle.swift",
"Style Layers/FillStyleLayer.swift",
"Style Layers/Line.swift",
"Style Layers/Style Layer.swift",
"Style Layers/StyleLayerCollection.swift",
"Style Layers/Symbol.swift",
"Support/DefaultResultBuilder.swift"
],
"target_dependencies" : [
"InternalUtils",
"MapLibreSwiftMacros"
],
"type" : "library"
},
{
"c99name" : "InternalUtils",
"module_type" : "SwiftTarget",
"name" : "InternalUtils",
"path" : "Sources/InternalUtils",
"product_dependencies" : [
"MapLibre"
],
"product_memberships" : [
"MapLibreSwiftUI",
"MapLibreSwiftDSL"
],
"sources" : [
"Enums.swift",
"Sample Data.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/Kolos65/Mockable.git
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/maplibre/maplibre-gl-native-distribution.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/377] Fetching maplibre-gl-native-distribution
[111/1309] Fetching maplibre-gl-native-distribution, swift-macro-testing
Fetched https://github.com/maplibre/maplibre-gl-native-distribution.git from cache (0.31s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.31s)
[1/6384] Fetching swift-numerics
[1661/8261] Fetching swift-numerics, mockable
[8262/81245] Fetching swift-numerics, mockable, swift-syntax
[17750/96878] Fetching swift-numerics, mockable, swift-syntax, swift-snapshot-testing
Fetched https://github.com/Kolos65/Mockable.git from cache (7.99s)
Fetched https://github.com/apple/swift-numerics.git from cache (8.00s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.05s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (8.11s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (9.06s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.57s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.31s)
Computing version for https://github.com/Kolos65/Mockable.git
Computed https://github.com/Kolos65/Mockable.git at 0.5.0 (0.93s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.26s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.59s)
Computing version for https://github.com/maplibre/maplibre-gl-native-distribution.git
Computed https://github.com/maplibre/maplibre-gl-native-distribution.git at 6.21.0 (2.70s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.58s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.76s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/maplibre/maplibre-gl-native-distribution.git
Working copy of https://github.com/maplibre/maplibre-gl-native-distribution.git resolved at 6.21.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/Kolos65/Mockable.git
Working copy of https://github.com/Kolos65/Mockable.git resolved at 0.5.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Downloading binary artifact https://github.com/maplibre/maplibre-native/releases/download/ios-v6.21.0/MapLibre.dynamic.xcframework.zip
[16375/10049002] Downloading https://github.com/maplibre/maplibre-native/releases/download/ios-v6.21.0/MapLibre.dynamic.xcframework.zip
Downloaded https://github.com/maplibre/maplibre-native/releases/download/ios-v6.21.0/MapLibre.dynamic.xcframework.zip (1.14s)
Building for debugging...
[0/56] Write sources
[32/56] Compiling _SwiftSyntaxCShims PlatformMutex.c
[33/56] Write swift-version-24593BA9C3E375BF.txt
[35/74] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/74] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/74] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/75] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/75] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/76] Compiling InternalUtils Enums.swift
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/76] Emitting module InternalUtils
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
[43/76] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/76] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/76] Emitting module SwiftSyntax602
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/76] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/76] Compiling SwiftSyntax602 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/79] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/79] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/80] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/80] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/85] Wrapping AST for SwiftSyntax510 for debugging
[57/85] Wrapping AST for SwiftSyntax600 for debugging
[59/85] Wrapping AST for SwiftSyntax509 for debugging
[60/85] Wrapping AST for SwiftSyntax602 for debugging
[61/89] Wrapping AST for SwiftSyntax601 for debugging
[63/104] Compiling InternalUtils Enums.swift
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/104] Emitting module InternalUtils
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
[65/186] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/186] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/190] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/190] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/190] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/190] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/190] Compiling InternalUtils Utilities.swift
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
[74/190] Compiling InternalUtils Sample Data.swift
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
[75/190] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/190] Compiling InternalUtils Sample Data.swift
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 51 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/MapControlsTests/testAttributionChangePosition.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/pan_centeredCamera_leftDirection_pansCameraLeft.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setZoom_centeredCamera_updatesZoomCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setZoom_trackingUserLocationCamera_updatesZoomCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setPitch_trackingUserLocationWithCourseCamera_updatesPitchCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/incrementZoom_centeredCamera_incrementsZoomCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraTests/testBoundingBox.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/MapControlsTests/testEmptyControls.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/MapControlsTests/testCompassOnly.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/incrementZoom_trackingUserLocationWithHeadingCamera_incrementsZoomCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/pan_rectCamera_withoutProxy_usesDefaults.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/incrementZoom_trackingUserLocationCamera_incrementsZoomCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/MapControlsTests/testCompassChangePosition.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setZoom_trackingUserLocationWithCourseCamera_updatesZoomCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/pan_centeredCamera_rightDirection_pansCameraRight.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/pan_trackingUserLocationWithCourseCamera_convertsToCenteredCamera.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraTests/testTrackUserLocationWithHeading.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/CameraStateTests/testTrackingUserLocationWithHeading.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setDirection_rectCamera_withProxy_convertsToCenteredCamera.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setPitch_trackingUserLocationWithHeadingCamera_updatesPitchCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setPitch_trackingUserLocationCamera_updatesPitchCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/LayerPreviewTests/testCirclesWithSymbols.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraTests/testTrackUserLocationWithCourse.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraTests/testCenterCamera.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setZoom_rectCamera_withProxy_convertsToCenteredCamera.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/LayerPreviewTests/testRotatedSymbolConst.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/incrementZoom_trackingUserLocationWithCourseCamera_incrementsZoomCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setDirection_trackingUserLocationCamera_updatesDirectionCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setPitch_rectCamera_withProxy_convertsToCenteredCamera.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/LayerPreviewTests/testRoseTint.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/MapControlsTests/testAttributionOnly.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/CameraStateTests/testCenterCameraState.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/pan_trackingUserLocationCamera_convertsToCenteredCamera.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setDirection_centeredCamera_updatesDirectionCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/pan_centeredCamera_upDirection_pansCameraUp.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/LayerPreviewTests/testSimpleSymbol.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/incrementZoom_rectCamera_withProxy_convertsToCenteredCamera.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/incrementZoom_negativeIncrement_decrementsZoom.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setPitch_centeredCamera_updatesPitchCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraTests/testTrackingUserLocation.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/CameraPreviewTests/testCameraPreview.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/CameraStateTests/testRect.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/pan_trackingUserLocationWithHeadingCamera_convertsToCenteredCamera.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/LayerPreviewTests/testRotatedSymboleDynamic.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/pan_centeredCamera_downDirection_pansCameraDown.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/pan_rectCamera_withProxy_convertsToCenteredCamera.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/MapControlsTests/testLogoOnly.1.png
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/CameraStateTests/testTrackingUserLocation.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/CameraStateTests/testTrackingUserLocationWithCourse.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Models/MapCamera/__Snapshots__/MapViewCameraOperationTests/setZoom_trackingUserLocationWithHeadingCamera_updatesZoomCorrectly.1.txt
/host/spi-builder-workspace/Tests/MapLibreSwiftUITests/Examples/__Snapshots__/MapControlsTests/testLogoChangePosition.1.png
[0/1] Planning build
Building for debugging...
[0/23] Write swift-version-24593BA9C3E375BF.txt
[2/41] Emitting module SwiftSyntax602
[3/41] Compiling SwiftSyntax602 Empty.swift
[4/42] Emitting module SwiftSyntax509
[5/42] Compiling SwiftSyntax509 Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/43] Emitting module InternalUtils
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
[7/43] Emitting module SwiftSyntax601
[8/43] Compiling SwiftSyntax601 Empty.swift
[9/44] Emitting module SwiftSyntax600
[10/44] Compiling SwiftSyntax600 Empty.swift
[11/45] Emitting module SwiftSyntax510
[12/45] Compiling SwiftSyntax510 Empty.swift
[13/46] Compiling IssueReportingPackageSupport _Test.swift
[14/46] Emitting module IssueReportingPackageSupport
[16/47] Compiling IssueReportingPackageSupport _Test.swift
[17/48] Compiling InternalUtils Sample Data.swift
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
[18/48] Compiling InternalUtils Enums.swift
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
[19/48] Compiling InternalUtils Utilities.swift
/host/spi-builder-workspace/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
1 | // Sample data
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 |
4 | public let samplePedestrianWaypoints = [
BUILD FAILURE 6.1 linux