The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MapboxMaps, reference v11.23.0 (19cb3f), with Swift 6.1 for visionOS using Xcode 16.3 on 30 Apr 2026 08:57:10 UTC.

Swift 6 data race errors: 85

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MapboxMaps -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:294:68: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.leadingAnchor.constraint(equalTo: layoutGuide.leadingAnchor, constant: margins.x),
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:295:32: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                view.topAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: margins.y)]
                               ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:295:22: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.topAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: margins.y)]
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:295:64: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.topAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: margins.y)]
                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:298:37: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                view.trailingAnchor.constraint(equalTo: layoutGuide.trailingAnchor, constant: -margins.x),
                                    ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:298:22: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.trailingAnchor.constraint(equalTo: layoutGuide.trailingAnchor, constant: -margins.x),
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:298:69: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.trailingAnchor.constraint(equalTo: layoutGuide.trailingAnchor, constant: -margins.x),
                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:299:32: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                view.topAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: margins.y)]
                               ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:299:22: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.topAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: margins.y)]
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:299:64: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.topAnchor.constraint(equalTo: layoutGuide.topAnchor, constant: margins.y)]
                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:302:36: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                view.leadingAnchor.constraint(equalTo: layoutGuide.leadingAnchor, constant: margins.x),
                                   ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:302:22: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.leadingAnchor.constraint(equalTo: layoutGuide.leadingAnchor, constant: margins.x),
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:302:68: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.leadingAnchor.constraint(equalTo: layoutGuide.leadingAnchor, constant: margins.x),
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:303:35: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                view.bottomAnchor.constraint(equalTo: layoutGuide.bottomAnchor, constant: -margins.y)]
                                  ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:303:22: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.bottomAnchor.constraint(equalTo: layoutGuide.bottomAnchor, constant: -margins.y)]
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:303:67: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.bottomAnchor.constraint(equalTo: layoutGuide.bottomAnchor, constant: -margins.y)]
                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:306:37: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                view.trailingAnchor.constraint(equalTo: layoutGuide.trailingAnchor, constant: -margins.x),
                                    ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:306:22: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.trailingAnchor.constraint(equalTo: layoutGuide.trailingAnchor, constant: -margins.x),
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:306:69: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.trailingAnchor.constraint(equalTo: layoutGuide.trailingAnchor, constant: -margins.x),
                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:307:35: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                view.bottomAnchor.constraint(equalTo: layoutGuide.bottomAnchor, constant: -margins.y)]
                                  ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:307:22: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.bottomAnchor.constraint(equalTo: layoutGuide.bottomAnchor, constant: -margins.y)]
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:307:67: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                view.bottomAnchor.constraint(equalTo: layoutGuide.bottomAnchor, constant: -margins.y)]
                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/OrnamentsManager.swift:271:18: note: add '@MainActor' to make instance method 'constraints(with:position:margins:)' part of global actor 'MainActor'
    private func constraints(with view: UIView, position: OrnamentPosition, margins: CGPoint) -> [NSLayoutConstraint] {
                 ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/PaddingDebugView.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/ScaleBar/MapboxScaleBarConstants.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/ScaleBar/MapboxScaleBarLabel.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/ScaleBar/MapboxScaleBarOrnamentView.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/AttributionMeasure.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/AttributionMeasure.swift:40:72: warning: main actor-isolated static property 'padding' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                totalSize.width += (2 * margin) + (2 * AttributionView.padding.x) + textSize.width
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/AttributionView.swift:11:25: note: static property declared here
    internal static let padding = CGPoint(x: 10, y: 5)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/AttributionMeasure.swift:14:17: note: add '@MainActor' to make static method 'logoAndAttributionThatFits(rect:attributions:margin:)' part of global actor 'MainActor'
    static func logoAndAttributionThatFits(rect: CGRect, attributions: [Attribution], margin: CGFloat) -> (LogoView.LogoSize, NSAttributedString?) {
                ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/AttributionView.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/SnapshotOverlay.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:6:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:181:24: warning: call to main actor-isolated initializer 'init(logoSize:resizing:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let logoView = LogoView(logoSize: logoSize)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/LogoView.swift:59:14: note: calls to initializer 'init(logoSize:resizing:)' from outside of its actor context are implicitly asynchronous
    internal init(logoSize: LogoSize, resizing: ResizingBehavior = .aspectFit) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/LogoView.swift:59:14: note: main actor isolation inferred from inheritance from class 'UIView'
    internal init(logoSize: LogoSize, resizing: ResizingBehavior = .aspectFit) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:166:18: note: add '@MainActor' to make instance method 'overlaySnapshotWith(attributions:snapshotImage:options:overlayDescriptor:completion:)' part of global actor 'MainActor'
    private func overlaySnapshotWith(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:184:52: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let logoCenteredX = (rect.width - logoView.bounds.width)/2
                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:166:18: note: add '@MainActor' to make instance method 'overlaySnapshotWith(attributions:snapshotImage:options:overlayDescriptor:completion:)' part of global actor 'MainActor'
    private func overlaySnapshotWith(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:196:18: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        logoView.frame.origin = CGPoint(x: logoOriginX,
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:166:18: note: add '@MainActor' to make instance method 'overlaySnapshotWith(attributions:snapshotImage:options:overlayDescriptor:completion:)' part of global actor 'MainActor'
    private func overlaySnapshotWith(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:197:67: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                                        y: rect.height - logoView.bounds.height - margin)
                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:166:18: note: add '@MainActor' to make instance method 'overlaySnapshotWith(attributions:snapshotImage:options:overlayDescriptor:completion:)' part of global actor 'MainActor'
    private func overlaySnapshotWith(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:201:31: warning: call to main actor-isolated initializer 'init(text:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            attributionView = AttributionView(text: text)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/AttributionView.swift:13:14: note: calls to initializer 'init(text:)' from outside of its actor context are implicitly asynchronous
    internal init(text: NSAttributedString) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/AttributionView.swift:13:14: note: main actor isolation inferred from inheritance from class 'UIView'
    internal init(text: NSAttributedString) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:166:18: note: add '@MainActor' to make instance method 'overlaySnapshotWith(attributions:snapshotImage:options:overlayDescriptor:completion:)' part of global actor 'MainActor'
    private func overlaySnapshotWith(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:204:44: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let textSize = attributionView.bounds.size
                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:166:18: note: add '@MainActor' to make instance method 'overlaySnapshotWith(attributions:snapshotImage:options:overlayDescriptor:completion:)' part of global actor 'MainActor'
    private func overlaySnapshotWith(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:205:39: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let logoHeight = logoView.bounds.height
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:166:18: note: add '@MainActor' to make instance method 'overlaySnapshotWith(attributions:snapshotImage:options:overlayDescriptor:completion:)' part of global actor 'MainActor'
    private func overlaySnapshotWith(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:208:29: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            attributionView.frame.origin = CGPoint(x: rect.width - textSize.width - margin,
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:166:18: note: add '@MainActor' to make instance method 'overlaySnapshotWith(attributions:snapshotImage:options:overlayDescriptor:completion:)' part of global actor 'MainActor'
    private func overlaySnapshotWith(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:261:90: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            Snapshotter.blurredAttributionBackground(for: uiImage, rect: attributionView.frame, completion: compositor)
                                                                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:166:18: note: add '@MainActor' to make instance method 'overlaySnapshotWith(attributions:snapshotImage:options:overlayDescriptor:completion:)' part of global actor 'MainActor'
    private func overlaySnapshotWith(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:416:21: warning: capture of 'completion' with non-sendable type '(CGImage?) -> Void' in a '@Sendable' closure
                    completion(blurredImage)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:416:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    completion(blurredImage)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:416:21: warning: capture of 'completion' with non-sendable type '(CGImage?) -> Void' in an isolated local function; this is an error in the Swift 6 language mode
                    completion(blurredImage)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:416:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    completion(blurredImage)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:457:34: warning: main actor-isolated property 'logoSize' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if case .none = logoView.logoSize {
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/LogoView.swift:39:18: note: property declared here
    internal var logoSize: LogoSize {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:455:25: note: add '@MainActor' to make static method 'renderLogoView(_:context:)' part of global actor 'MainActor'
    private static func renderLogoView(_ logoView: LogoView, context: CGContext) {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:466:41: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        context.translateBy(x: logoView.frame.origin.x, y: logoView.frame.origin.y)
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:455:25: note: add '@MainActor' to make static method 'renderLogoView(_:context:)' part of global actor 'MainActor'
    private static func renderLogoView(_ logoView: LogoView, context: CGContext) {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:466:69: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        context.translateBy(x: logoView.frame.origin.x, y: logoView.frame.origin.y)
                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:455:25: note: add '@MainActor' to make static method 'renderLogoView(_:context:)' part of global actor 'MainActor'
    private static func renderLogoView(_ logoView: LogoView, context: CGContext) {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:467:18: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        logoView.layer.render(in: context)
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:455:25: note: add '@MainActor' to make static method 'renderLogoView(_:context:)' part of global actor 'MainActor'
    private static func renderLogoView(_ logoView: LogoView, context: CGContext) {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:476:48: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        context.translateBy(x: attributionView.frame.origin.x, y: attributionView.frame.origin.y)
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:470:25: note: add '@MainActor' to make static method 'renderAttributionView(_:blurredImage:context:)' part of global actor 'MainActor'
    private static func renderAttributionView(_ attributionView: AttributionView, blurredImage: CGImage?, context: CGContext) {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:476:83: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        context.translateBy(x: attributionView.frame.origin.x, y: attributionView.frame.origin.y)
                                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:470:25: note: add '@MainActor' to make static method 'renderAttributionView(_:blurredImage:context:)' part of global actor 'MainActor'
    private static func renderAttributionView(_ attributionView: AttributionView, blurredImage: CGImage?, context: CGContext) {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:477:25: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        attributionView.layer.contents = blurredImage
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:470:25: note: add '@MainActor' to make static method 'renderAttributionView(_:blurredImage:context:)' part of global actor 'MainActor'
    private static func renderAttributionView(_ attributionView: AttributionView, blurredImage: CGImage?, context: CGContext) {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:478:25: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        attributionView.layer.render(in: context)
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:470:25: note: add '@MainActor' to make static method 'renderAttributionView(_:blurredImage:context:)' part of global actor 'MainActor'
    private static func renderAttributionView(_ attributionView: AttributionView, blurredImage: CGImage?, context: CGContext) {
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:201:31: warning: sending 'text' risks causing data races; this is an error in the Swift 6 language mode
            attributionView = AttributionView(text: text)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:201:31: note: sending 'text' to main actor-isolated callee risks causing data races between main actor-isolated and local nonisolated uses
            attributionView = AttributionView(text: text)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:259:17: note: access can happen concurrently
        if text != nil {
           ~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:416:21: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
                    completion(blurredImage)
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:416:21: note: task-isolated 'completion' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    completion(blurredImage)
                    ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:416:32: warning: sending 'blurredImage' risks causing data races; this is an error in the Swift 6 language mode
                    completion(blurredImage)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Snapshot/Snapshotter.swift:416:32: note: task-isolated 'blurredImage' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    completion(blurredImage)
                               ^~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Attribution.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Attribution.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Attribution.swift:105:13: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
            completion(attributons)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Attribution.swift:105:13: note: task-isolated 'completion' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            completion(attributons)
            ^~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:36:21: warning: call to main actor-isolated initializer 'init(title:message:preferredStyle:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let alert = UIAlertController(
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:45:1: note: calls to initializer 'init(title:message:preferredStyle:)' from outside of its actor context are implicitly asynchronous
+ (instancetype)alertControllerWithTitle:(nullable NSString *)title message:(nullable NSString *)message preferredStyle:(UIAlertControllerStyle)preferredStyle;
^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:30:10: note: add '@MainActor' to make instance method 'showAlertController(from:title:message:actions:)' part of global actor 'MainActor'
    func showAlertController(
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:39:46: warning: main actor-isolated property 'userInterfaceIdiom' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            preferredStyle: UIDevice.current.userInterfaceIdiom == .pad ? .alert : .actionSheet
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:61:52: note: property declared here
@property(nonatomic,readonly) UIUserInterfaceIdiom userInterfaceIdiom API_AVAILABLE(ios(3.2));
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:30:10: note: add '@MainActor' to make instance method 'showAlertController(from:title:message:actions:)' part of global actor 'MainActor'
    func showAlertController(
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:39:38: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            preferredStyle: UIDevice.current.userInterfaceIdiom == .pad ? .alert : .actionSheet
                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:30:10: note: add '@MainActor' to make instance method 'showAlertController(from:title:message:actions:)' part of global actor 'MainActor'
    func showAlertController(
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:42:31: warning: converting function value of type '@MainActor @Sendable (UIAlertAction) -> Void' to '(UIAlertAction) throws -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
        actions.forEach(alert.addAction)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:43:24: warning: call to main actor-isolated instance method 'present(_:animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        viewController.present(alert, animated: true)
                       ^
UIKit.UIViewController.present:3:24: note: calls to instance method 'present(_:animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func present(_ viewControllerToPresent: UIViewController, animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:30:10: note: add '@MainActor' to make instance method 'showAlertController(from:title:message:actions:)' part of global actor 'MainActor'
    func showAlertController(
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:74:30: warning: call to main actor-isolated initializer 'init(title:style:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let action = UIAlertAction(title: item.title, style: item.style.uiActionStyle) { _ in
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:34:1: note: calls to initializer 'init(title:style:handler:)' from outside of its actor context are implicitly asynchronous
+ (instancetype)actionWithTitle:(nullable NSString *)title style:(UIAlertActionStyle)style handler:(void (^ __nullable)(UIAlertAction *action))handler;
^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:77:24: warning: main actor-isolated property 'isEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                action.isEnabled = item.action != nil
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:38:46: note: mutation of this property is only permitted within the actor
@property (nonatomic, getter=isEnabled) BOOL enabled;
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:83:24: warning: call to main actor-isolated initializer 'init(title:style:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                return UIAlertAction(title: section.actionTitle, style: .default) { _ in
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:34:1: note: calls to initializer 'init(title:style:handler:)' from outside of its actor context are implicitly asynchronous
+ (instancetype)actionWithTitle:(nullable NSString *)title style:(UIAlertActionStyle)style handler:(void (^ __nullable)(UIAlertAction *action))handler;
^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:74:30: warning: sending value of non-Sendable type '(UIAlertAction) -> Void' risks causing data races; this is an error in the Swift 6 language mode
                let action = UIAlertAction(title: item.title, style: item.style.uiActionStyle) { _ in
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:74:30: note: sending task-isolated value of non-Sendable type '(UIAlertAction) -> Void' to main actor-isolated initializer 'init(title:style:handler:)' risks causing races in between task-isolated and main actor-isolated uses
                let action = UIAlertAction(title: item.title, style: item.style.uiActionStyle) { _ in
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:83:24: warning: sending value of non-Sendable type '(UIAlertAction) -> ()' risks causing data races; this is an error in the Swift 6 language mode
                return UIAlertAction(title: section.actionTitle, style: .default) { _ in
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/AttributionDialogManager.swift:83:24: note: sending task-isolated value of non-Sendable type '(UIAlertAction) -> ()' to main actor-isolated initializer 'init(title:style:handler:)' risks causing races in between task-isolated and main actor-isolated uses
                return UIAlertAction(title: section.actionTitle, style: .default) { _ in
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/ColorTheme.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/CustomLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/CustomSources/CustomGeometrySource.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/CustomSources/CustomRasterSource.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/CustomSources/CustomRasterSourceTileData+Extensions.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/EmptyCustomRenderer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LocationOptions.swift,\ LocationPermissionsDelegate.swift,\ ModelAdapters.swift,\ Puck2DRenderer.swift,\ Puck3DRenderer.swift,\ PuckManager.swift,\ PuckRenderer.swift,\ PuckRendererState.swift,\ PuckRenderingData.swift,\ PuckType.swift,\ CoreEventsExtensions.swift,\ MapEvents+Deprecated.swift,\ MapEvents.swift,\ ClearCacheError.swift,\ OfflineCallbacks.swift,\ OfflineErrors.swift,\ OfflineManager+MapboxMaps.swift,\ StylePackLoadOptions+MapboxMaps.swift,\ TileRegionLoadOptions+MapboxMaps.swift,\ TileStore+MapboxMaps.swift,\ TileStoreObserver.swift,\ TileStoreObserverCancelable.swift,\ TileStoreObserverWrapper.swift,\ TilesetDescriptorOptions+MapboxMaps.swift,\ CompassDirectionFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/LocationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/LocationPermissionsDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/ModelAdapters.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/Puck2DRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/Puck3DRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckManager.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckRendererState.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckRenderingData.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckType.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapEvents/CoreEventsExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapEvents/MapEvents+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapEvents/MapEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/ClearCacheError.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/OfflineCallbacks.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/OfflineErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/OfflineManager+MapboxMaps.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/StylePackLoadOptions+MapboxMaps.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileRegionLoadOptions+MapboxMaps.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStore+MapboxMaps.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStoreObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStoreObserverCancelable.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStoreObserverWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TilesetDescriptorOptions+MapboxMaps.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/CompassDirectionFormatter.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/LocationOptions.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/LocationPermissionsDelegate.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/ModelAdapters.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/Puck2DRenderer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/Puck2DRenderer.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/Puck2DRenderer.swift:103:13: warning: variable 'newLayerLayoutProperties' was never mutated; consider changing to 'let' constant
        var newLayerLayoutProperties = [LocationIndicatorLayer.LayoutCodingKeys: Any]()
        ~~~ ^
        let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/Puck3DRenderer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/Puck3DRenderer.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckManager.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckRenderer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckRendererState.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckRenderingData.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckType.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckType.swift:273:16: warning: static property 'bearingImage' is not concurrency-safe because non-'Sendable' type 'Ref<UIImage>' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bearingImage = Ref {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Foundation/Ref.swift:5:8: note: consider making generic struct 'Ref' conform to the 'Sendable' protocol
struct Ref<Value> {
       ^
                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckType.swift:273:16: note: add '@MainActor' to make static property 'bearingImage' part of global actor 'MainActor'
    static let bearingImage = Ref {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Location/Puck/PuckType.swift:273:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bearingImage = Ref {
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapEvents/CoreEventsExtensions.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapEvents/CoreEventsExtensions.swift:3:1: warning: extension declares a conformance of imported type 'MapLoadingError' to imported protocols 'LocalizedError', 'Error', 'Sendable'; this will not behave correctly if the owners of 'MapboxCoreMaps' introduce this conformance in the future
extension MapLoadingError: LocalizedError {
^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapEvents/CoreEventsExtensions.swift:3:1: note: add '@retroactive' to silence this warning
extension MapLoadingError: LocalizedError {
^                          ~~~~~~~~~~~~~~
                           @retroactive LocalizedError
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapEvents/CoreEventsExtensions.swift:3:1: warning: conformance to 'Sendable' must occur in the same source file as class 'MapLoadingError'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
extension MapLoadingError: LocalizedError {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapEvents/MapEvents+Deprecated.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapEvents/MapEvents.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/ClearCacheError.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/OfflineCallbacks.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/OfflineCallbacks.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/OfflineErrors.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/OfflineManager+MapboxMaps.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/OfflineManager+MapboxMaps.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/StylePackLoadOptions+MapboxMaps.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileRegionLoadOptions+MapboxMaps.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStore+MapboxMaps.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStore+MapboxMaps.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStore+MapboxMaps.swift:33:26: warning: '__create(forPath:)' is deprecated
        return TileStore.__create(forPath: filePathURL.path)
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStoreObserver.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStoreObserverCancelable.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStoreObserverCancelable.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStoreObserverWrapper.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TileStoreObserverWrapper.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Offline/TilesetDescriptorOptions+MapboxMaps.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/CompassDirectionFormatter.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/CompassDirectionFormatter.swift:52:24: warning: static property 'cachedStringsByStyle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var cachedStringsByStyle = [Style: [String]]()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/CompassDirectionFormatter.swift:52:24: note: convert 'cachedStringsByStyle' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cachedStringsByStyle = [Style: [String]]()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/CompassDirectionFormatter.swift:52:24: note: add '@MainActor' to make static property 'cachedStringsByStyle' part of global actor 'MainActor'
    private static var cachedStringsByStyle = [Style: [String]]()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/CompassDirectionFormatter.swift:52:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cachedStringsByStyle = [Style: [String]]()
                       ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Signal+Tracing.swift, Signal.swift, SignalObservingAdapter.swift, SignalSubject.swift, SizeTrackingLayer.swift, SymbolScaleBehavior.swift, TelemetryCounter.swift, TileCoverOptions.swift, Tracing.swift, Utils.swift, BidirectionalMap.swift, CameraDebugView.swift, MapViewDebugOptions.swift, Once.swift, ValueAnimator.swift, ViewAnnotationsContainer.swift, WeakSet.swift, AnyTouchGestureHandler.swift, DoubleTapToZoomInGestureHandler.swift, DoubleTouchToZoomOutGestureHandler.swift, FocusableGestureHandlerProtocol.swift, GestureHandler.swift, InterruptDecelerationGestureHandler.swift, LongPressGestureHandler.swift, PanGestureHandler.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling UIEdgeInsets.swift, UIImage.swift, UIView.swift, UIViewController+Extensions.swift, UIWindow+ParentScene.swift, ForwardingDispalyLinkTarget.swift, MainQueueWrapper.swift, InterfaceOrientationProvider.swift, CoordinateInterpolator.swift, DirectionInterpolator.swift, DoubleInterpolator.swift, LongitudeInterpolator.swift, OptionalInterpolator.swift, TimingCurve.swift, UIEdgeInsetsInterpolator.swift, UnitBezier.swift, WrappingInterpolator.swift, Logger.swift, MapFeatureQueryable.swift, MapInitOptions.swift, MapPlayerOptions.swift, MapRecorder.swift, MapRecorderOptions.swift, MapView+Attribution.swift, MapView+Snapshot.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftCompile normal arm64 Compiling\ Atmosphere.swift,\ AllExpressions.swift,\ BackgroundLayer.swift,\ CircleLayer.swift,\ ClipLayer.swift,\ FillExtrusionLayer.swift,\ FillLayer.swift,\ HeatmapLayer.swift,\ HillshadeLayer.swift,\ LineLayer.swift,\ LocationIndicatorLayer.swift,\ ModelLayer.swift,\ RasterLayer.swift,\ RasterParticleLayer.swift,\ SkyLayer.swift,\ SlotLayer.swift,\ SymbolLayer.swift,\ AmbientLight.swift,\ DirectionalLight.swift,\ FlatLight.swift,\ MapStyle+Standard.swift,\ MapStyle+StandardSatellite.swift,\ Model.swift,\ Properties.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Atmosphere.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Expressions/AllExpressions.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/BackgroundLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/CircleLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/ClipLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/FillExtrusionLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/FillLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/HeatmapLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/HillshadeLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/LineLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/LocationIndicatorLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/ModelLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/RasterLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/RasterParticleLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/SkyLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/SlotLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/SymbolLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Light/AmbientLight.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Light/DirectionalLight.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Light/FlatLight.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/MapStyle+Standard.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/MapStyle+StandardSatellite.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Properties/Properties.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Atmosphere.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Expressions/AllExpressions.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/BackgroundLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/CircleLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/ClipLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/FillExtrusionLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/FillLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/HeatmapLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/HillshadeLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/LineLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/LocationIndicatorLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/ModelLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/RasterLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/RasterParticleLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/SkyLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/SlotLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Layers/SymbolLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Light/AmbientLight.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Light/DirectionalLight.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Light/FlatLight.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/MapStyle+Standard.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/MapStyle+StandardSatellite.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Model.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Generated/Properties/Properties.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AttributionMenuSection.swift, AnimationCompletion.swift, AnimationOwner.swift, AnimationType.swift, BasicCameraAnimator.swift, BasicCameraAnimatorImpl.swift, CameraAnimationsManager.swift, CameraAnimationsManagerImpl.swift, CameraAnimator.swift, CameraAnimatorStatusObservable.swift, CameraAnimatorsFactory.swift, CameraAnimatorsRunner.swift, CameraOptionsInterpolator.swift, CameraTransition.swift, CameraView.swift, FlyToCameraAnimator.swift, FlyToInterpolator.swift, GestureDecelerationCameraAnimator.swift, SimpleCameraAnimator.swift, ForEvery.swift, MapContent.swift, MapContentBuilder.swift, MapContentUniqueProperties.swift, MapStyleReconciler.swift, MountedAnnotationGroup.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling CoreAliases.swift, CurrentValueSignalProxy.swift, CurrentValueSignalSubject.swift, DateProvider.swift, DelegatingMapClient.swift, Array+CodingKey.swift, DictionaryEncoder.swift, EventsManager.swift, Array+Extensions.swift, Bool.swift, Bundle+MapboxMaps.swift, CodingUserInfoKey+Custom.swift, Comparable+Clamped.swift, CoordinateBounds.swift, EdgeInsets.swift, FeatureExtensionValue.swift, FreeCameraOptions.swift, GlyphsRasterizationOptions.swift, ImportPosition.swift, MapOptions.swift, MapSnapshotOptions.swift, OfflineRegion.swift, OfflineRegionGeometryDefinition.swift, OfflineRegionManager.swift, OfflineSwitch.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftCompile normal arm64 Compiling\ Source.swift,\ SourceInfo.swift,\ SourceType.swift,\ Style+Deprecation.swift,\ Style+Localization.swift,\ StyleEncodable.swift,\ StyleErrors.swift,\ StyleImport.swift,\ StyleManager.swift,\ StyleManagerProtocol.swift,\ StyleProjection.swift,\ StyleReloadPolicy.swift,\ StyleSourceManager.swift,\ StyleURI.swift,\ Expression.swift,\ ExpressionArgumentBuilder.swift,\ ExpressionOptions.swift,\ GeoJSONSourceData.swift,\ PromoteId.swift,\ ResolvedImage.swift,\ StyleColor.swift,\ StyleImage.swift,\ TileCacheBudgetSize.swift,\ Value.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Source.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/SourceInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/SourceType.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Style+Deprecation.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Style+Localization.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleImport.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleManager.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleProjection.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleReloadPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleSourceManager.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleURI.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/ExpressionArgumentBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/ExpressionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/GeoJSONSourceData.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/PromoteId.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/ResolvedImage.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/StyleColor.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/StyleImage.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/TileCacheBudgetSize.swift /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/Value.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Source.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/SourceInfo.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/SourceType.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Style+Deprecation.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Style+Localization.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Style+Localization.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Style+Localization.swift:53:53: warning: 'languageCode' was deprecated in visionOS 1.0: renamed to 'language.languageCode.identifier'
        guard preferredLocales.contains(where: { $0.languageCode == mostSpecificLocale?.languageCode }) else {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Style+Localization.swift:53:53: note: use 'language.languageCode.identifier' instead
        guard preferredLocales.contains(where: { $0.languageCode == mostSpecificLocale?.languageCode }) else {
                                                    ^~~~~~~~~~~~
                                                    language.languageCode.identifier
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Style+Localization.swift:53:89: warning: 'languageCode' was deprecated in visionOS 1.0: renamed to 'language.languageCode.identifier'
        guard preferredLocales.contains(where: { $0.languageCode == mostSpecificLocale?.languageCode }) else {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Style+Localization.swift:53:89: note: use 'language.languageCode.identifier' instead
        guard preferredLocales.contains(where: { $0.languageCode == mostSpecificLocale?.languageCode }) else {
                                                                                        ^~~~~~~~~~~~
                                                                                        language.languageCode.identifier
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleEncodable.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleEncodable.swift:39:28: warning: type 'Any' does not conform to the 'Sendable' protocol
        encoder.userInfo = userInfo
                           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleErrors.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleImport.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleImport.swift:35:9: warning: stored property 'colorTheme' of 'Sendable'-conforming struct 'StyleImport' has non-sendable type 'ColorTheme?'; this is an error in the Swift 6 language mode
    var colorTheme: ColorTheme?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/ColorTheme.swift:30:15: note: consider making struct 'ColorTheme' conform to the 'Sendable' protocol
public struct ColorTheme: Equatable {
              ^
                                   , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleManager.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleManager.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleManager.swift:1802:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                Task {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleManager.swift:1804:25: note: closure captures reference to mutable var 'cancelable' which is accessible to code in the current task
                        cancelable?.cancel()
                        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleManagerProtocol.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleManagerProtocol.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleProjection.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleReloadPolicy.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleSourceManager.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleSourceManager.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleSourceManager.swift:116:21: warning: capture of 'self' with non-sendable type 'StyleSourceManager?' in a '@Sendable' closure
                    self?.workItemTracker.removePartialUpdateCancelable(for: sourceId, uuid: identifier)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleSourceManager.swift:26:22: note: class 'StyleSourceManager' does not conform to the 'Sendable' protocol
internal final class StyleSourceManager: StyleSourceManagerProtocol {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleSourceManager.swift:175:21: warning: capture of 'self' with non-sendable type 'StyleSourceManager?' in a '@Sendable' closure
                    self?.workItemTracker.removePartialUpdateCancelable(for: sourceId, uuid: identifier)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleSourceManager.swift:26:22: note: class 'StyleSourceManager' does not conform to the 'Sendable' protocol
internal final class StyleSourceManager: StyleSourceManagerProtocol {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleSourceManager.swift:199:21: warning: capture of 'self' with non-sendable type 'StyleSourceManager?' in a '@Sendable' closure
                    self?.workItemTracker.removePartialUpdateCancelable(for: sourceId, uuid: identifier)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleSourceManager.swift:26:22: note: class 'StyleSourceManager' does not conform to the 'Sendable' protocol
internal final class StyleSourceManager: StyleSourceManagerProtocol {
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/StyleURI.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/Expression.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/ExpressionArgumentBuilder.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/ExpressionArgumentBuilder.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MapboxMaps' may lead to instability during execution
@_implementationOnly import MapboxCommon_Private
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/ExpressionOptions.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/GeoJSONSourceData.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/GeoJSONSourceData.swift:96:9: warning: switch covers known cases, but 'GeoJSONObject' may have additional unknown values; this is an error in the Swift 6 language mode
        switch self {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/GeoJSONSourceData.swift:96:9: note: handle unknown values using "@unknown default"
        switch self {
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/PromoteId.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/ResolvedImage.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/StyleColor.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/StyleImage.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/TileCacheBudgetSize.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Style/Types/Value.swift (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MapView.swift, MapViewDependencyProvider.swift, MapViewMetricsReporter.swift, MapboxMap.swift, MapboxMapsOptions.swift, MetalView.swift, ObjectWrapper.swift, Optional+Extensions.swift, PerformanceStatisticsOptions.swift, PresentationTransactionMode.swift, Projection.swift, PropertiesEquality.swift, Reexports.swift, Ref.swift, RenderedQueryGeometry.swift, BundleProtocol.swift, DispatchQueueProtocol.swift, DisplayLinkProtocol.swift, NotificationCenterProtocol.swift, TimerProtocol.swift, UIApplicationProtocol.swift, UIDeviceProtocol.swift, ScreenShim.swift, ClosureHandlersStore.swift, Signal+Combine.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Emitting module for MapboxMaps (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriver\ Compilation\ Requirements MapboxMaps normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MapboxMaps -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MapboxMaps-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps-Swift.h (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MapboxMaps-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.swiftmodule (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.swiftdoc (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.abi.json (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.swiftsourceinfo (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps_MapboxMaps.bundle (in target 'MapboxMaps_MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps_MapboxMaps.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps_MapboxMaps.bundle (in target 'MapboxMaps_MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps_MapboxMaps.bundle
SwiftDriverJobDiscovery normal arm64 Compiling FollowPuckViewportState.swift, FollowPuckViewportStateBearing.swift, FollowPuckViewportStateOptions.swift, OverviewViewportState.swift, OverviewViewportStateOptions.swift, CameraOptionsComponent.swift, DefaultViewportTransition.swift, DefaultViewportTransitionAnimation.swift, DefaultViewportTransitionAnimationFactory.swift, DefaultViewportTransitionAnimationHelper.swift, DefaultViewportTransitionAnimationSpec.swift, DefaultViewportTransitionAnimationSpecProvider.swift, DefaultViewportTransitionOptions.swift, HighZoomToLowZoomAnimationSpecProvider.swift, LowZoomToHighZoomAnimationSpecProvider.swift, ImmediateViewportTransition.swift, ViewportManager.swift, ViewportManagerImpl.swift, ViewportOptions.swift, ViewportState.swift, ViewportStatus.swift, ViewportStatusObserver.swift, ViewportTransition.swift, GeneratedAssetSymbols.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling MountedFeatureState.swift, MountedInteraction.swift, MountedPuck.swift, MountedViewAnnotation.swift, PrimitiveMapContent.swift, Puck2D.swift, Puck3D.swift, MapStyleContent.swift, MapStyleContentAdapter.swift, MapStyleContentBuilder.swift, MapStyleMountedComponents.swift, MountedStyleImport.swift, MapContentMountedComponent.swift, MapContentNode.swift, MapContentNodeContext.swift, MapContentReconciler.swift, AlwayEqual.swift, AnyCancelable+Combine.swift, AnyCancelable.swift, ArrayBuilder.swift, AttributionURLOpener.swift, CameraBounds.swift, CameraBoundsOptions.swift, Cancelable.swift, CollectionDiff.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling LocationOptions.swift, LocationPermissionsDelegate.swift, ModelAdapters.swift, Puck2DRenderer.swift, Puck3DRenderer.swift, PuckManager.swift, PuckRenderer.swift, PuckRendererState.swift, PuckRenderingData.swift, PuckType.swift, CoreEventsExtensions.swift, MapEvents+Deprecated.swift, MapEvents.swift, ClearCacheError.swift, OfflineCallbacks.swift, OfflineErrors.swift, OfflineManager+MapboxMaps.swift, StylePackLoadOptions+MapboxMaps.swift, TileRegionLoadOptions+MapboxMaps.swift, TileStore+MapboxMaps.swift, TileStoreObserver.swift, TileStoreObserverCancelable.swift, TileStoreObserverWrapper.swift, TilesetDescriptorOptions+MapboxMaps.swift, CompassDirectionFormatter.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AnnotatedFeature.swift, Annotation.swift, AnnotationImagesManager.swift, AnnotationManagerImpl.swift, AnnotationOrchestrator.swift, ClusterOptions.swift, CircleAnnotation.swift, CircleAnnotationManager.swift, PointAnnotation.swift, PointAnnotationManager.swift, PolygonAnnotation.swift, PolygonAnnotationManager.swift, PolylineAnnotation.swift, PolylineAnnotationManager.swift, Marker.swift, MarkerAnimation.swift, OffsetGeometryCalculator.swift, ViewAnnotation.swift, ViewAnnotationAnchorConfig.swift, ViewAnnotationManager.swift, ViewAnnotationOptions.swift, ViewAnnotationPositionsUpdateListenerImpl.swift, AttributionMenu.swift, AttributionMenuItem.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling Rain.swift, Snow.swift, SourceWrapper.swift, GeoJSONSource.swift, ImageSource.swift, ModelSource.swift, RasterArraySource.swift, RasterDemSource.swift, RasterSource.swift, SourceProperties.swift, VectorSource.swift, StandardBuildingsFeature.swift, StandardLandmarkIconsFeature.swift, StandardPlaceLabelsFeature.swift, StandardPoiFeature.swift, Terrain.swift, Layer.swift, LayerAtPosition.swift, LayerInfo.swift, LayerType.swift, LightInfo.swift, LightType.swift, MapStyle.swift, RasterArraySource+DataLayer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling Source.swift, SourceInfo.swift, SourceType.swift, Style+Deprecation.swift, Style+Localization.swift, StyleEncodable.swift, StyleErrors.swift, StyleImport.swift, StyleManager.swift, StyleManagerProtocol.swift, StyleProjection.swift, StyleReloadPolicy.swift, StyleSourceManager.swift, StyleURI.swift, Expression.swift, ExpressionArgumentBuilder.swift, ExpressionOptions.swift, GeoJSONSourceData.swift, PromoteId.swift, ResolvedImage.swift, StyleColor.swift, StyleImage.swift, TileCacheBudgetSize.swift, Value.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling AnnotationClusterGestureContext.swift, AnnotationGroup+Deprecated.swift, CircleAnnotationGroup.swift, PointAnnotationGroup.swift, PolygonAnnotationGroup.swift, PolylineAnnotationGroup.swift, MapViewAnnotation.swift, Deps.swift, Map+Events.swift, Map+Gestures.swift, Map+URLOpener.swift, Map.swift, MapBasicCoordinator.swift, MapOrnaments.swift, MapProxy.swift, MapReader.swift, MapViewFacade.swift, Signal+Extensions.swift, SwiftUIEdgeInsets.swift, Util.swift, View+OnSizeChange.swift, Viewport.swift, ViewportAnimation.swift, CameraViewportState.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling MapboxCompassOrnamentView.swift, DistanceFormatter.swift, IndoorSelectorModel.swift, IndoorSelectorView+Cell.swift, IndoorSelectorView.swift, InfoButtonOrnament.swift, LogoView.swift, OrnamentOptions.swift, OrnamentsManager.swift, PaddingDebugView.swift, MapboxScaleBarConstants.swift, MapboxScaleBarLabel.swift, MapboxScaleBarOrnamentView.swift, AttributionMeasure.swift, AttributionView.swift, SnapshotOverlay.swift, Snapshotter.swift, Attribution.swift, AttributionDialogManager.swift, ColorTheme.swift, CustomLayer.swift, CustomGeometrySource.swift, CustomRasterSource.swift, CustomRasterSourceTileData+Extensions.swift, EmptyCustomRenderer.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriverJobDiscovery normal arm64 Compiling Atmosphere.swift, AllExpressions.swift, BackgroundLayer.swift, CircleLayer.swift, ClipLayer.swift, FillExtrusionLayer.swift, FillLayer.swift, HeatmapLayer.swift, HillshadeLayer.swift, LineLayer.swift, LocationIndicatorLayer.swift, ModelLayer.swift, RasterLayer.swift, RasterParticleLayer.swift, SkyLayer.swift, SlotLayer.swift, SymbolLayer.swift, AmbientLight.swift, DirectionalLight.swift, FlatLight.swift, MapStyle+Standard.swift, MapStyle+StandardSatellite.swift, Model.swift, Properties.swift (in target 'MapboxMaps' from project 'MapboxMaps')
SwiftDriver\ Compilation MapboxMaps normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MapboxMaps -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.o normal (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.o
ExtractAppIntentsMetadata (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name MapboxMaps --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.MapboxMaps --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/MapboxMaps.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/MapboxMaps.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MapboxMaps.build/Debug-xros/MapboxMaps.build/Objects-normal/arm64/MapboxMaps.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-30 01:57:08.618 appintentsmetadataprocessor[1151:7011] Starting appintentsmetadataprocessor export
2026-04-30 01:57:08.663 appintentsmetadataprocessor[1151:7011] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.o (in target 'MapboxMaps' from project 'MapboxMaps')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MapboxMaps.o
** BUILD SUCCEEDED **
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "turf-swift",
      "requirement" : {
        "exact" : [
          "4.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mapbox/turf-swift.git"
    },
    {
      "identity" : "mapbox-common-ios",
      "requirement" : {
        "exact" : [
          "24.23.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mapbox/mapbox-common-ios.git"
    },
    {
      "identity" : "mapbox-core-maps-ios",
      "requirement" : {
        "exact" : [
          "11.23.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mapbox/mapbox-core-maps-ios.git"
    }
  ],
  "manifest_display_name" : "MapboxMaps",
  "name" : "MapboxMaps",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MapboxMaps",
      "targets" : [
        "MapboxMaps"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MapboxMapsTests",
      "module_type" : "SwiftTarget",
      "name" : "MapboxMapsTests",
      "path" : "Tests/MapboxMapsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/MigrationGuide/Fixtures/polygon.geojson",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Resources/MapInitOptionsTests.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Resources/empty-style-chicago.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testDoesNotShowAttribution().png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testDoesNotShowLogo().png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testDoesNotShowLogoAndAttribution().png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testShowsLogoAndAttribution().png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testSnapshotAttribution-100.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testSnapshotAttribution-150.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testSnapshotAttribution-200.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testSnapshotAttribution-250.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testSnapshotAttribution-300.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testSnapshotAttribution-50.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testSnapshotLogoVisibility.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MapboxMapsTests/Snapshot/testSnapshotOverlay.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Annotations/AnnotationImagesManagerTests.swift",
        "Annotations/AnnotationManagerImplTests.swift",
        "Annotations/AnnotationManagerTestingHarness.swift",
        "Annotations/DelegatingViewAnnotationPositionsUpdateListenerTests.swift",
        "Annotations/Generated/CircleAnnotationIntegrationTests.swift",
        "Annotations/Generated/CircleAnnotationManagerTests.swift",
        "Annotations/Generated/CircleAnnotationTests.swift",
        "Annotations/Generated/PointAnnotationIntegrationTests.swift",
        "Annotations/Generated/PointAnnotationManagerTests.swift",
        "Annotations/Generated/PointAnnotationTests.swift",
        "Annotations/Generated/PolygonAnnotationIntegrationTests.swift",
        "Annotations/Generated/PolygonAnnotationManagerTests.swift",
        "Annotations/Generated/PolygonAnnotationTests.swift",
        "Annotations/Generated/PolylineAnnotationIntegrationTests.swift",
        "Annotations/Generated/PolylineAnnotationManagerTests.swift",
        "Annotations/Generated/PolylineAnnotationTests.swift",
        "Annotations/MarkerTests.swift",
        "Annotations/Mocks/MockAnnotationManager.swift",
        "Annotations/Mocks/ViewAnnotationUpdateObserver.swift",
        "Annotations/ViewAnnotationManagerTests.swift",
        "Annotations/ViewAnnotationOptionsTests.swift",
        "Annotations/ViewAnnotationPositionDescriptor.swift",
        "Annotations/ViewAnnotationTests.swift",
        "Camera/AnimationOwnerTests.swift",
        "Camera/BasicCameraAnimatorImplIntegrationTests.swift",
        "Camera/BasicCameraAnimatorImplTests.swift",
        "Camera/BasicCameraAnimatorTests.swift",
        "Camera/CameraAnimationsManagerImplTests.swift",
        "Camera/CameraAnimationsManagerTests.swift",
        "Camera/CameraAnimatorsRunnerTests.swift",
        "Camera/CameraOptionsInterpolatorTests.swift",
        "Camera/CameraTransitionTests.swift",
        "Camera/CameraViewTests.swift",
        "Camera/FlyToCameraAnimatorTests.swift",
        "Camera/FlyToTests.swift",
        "Camera/GestureDecelerationCameraAnimatorTests.swift",
        "Camera/Mocks/MockBasicCameraAnimator.swift",
        "Camera/Mocks/MockCameraAnimationsManager.swift",
        "Camera/Mocks/MockCameraAnimatorsFactory.swift",
        "Camera/Mocks/MockCameraAnimatorsRunner.swift",
        "Camera/Mocks/MockCameraOptionsInterpolator.swift",
        "Camera/Mocks/MockCameraView.swift",
        "Camera/Mocks/MockLocationChangeHandler.swift",
        "Camera/Mocks/MockPropertyAnimator.swift",
        "Camera/Mocks/MockSimpleCameraAnimator.swift",
        "Camera/Mocks/MockTimingCurveProvider.swift",
        "Camera/Random/AnimationOwner+Random.swift",
        "Camera/SimpleCameraAnimatorTests.swift",
        "Foundation/AnyCancelableTests.swift",
        "Foundation/AttributionURLOpenerTests.swift",
        "Foundation/CameraOptionsTests.swift",
        "Foundation/CameraStateTests.swift",
        "Foundation/CancelableTests.swift",
        "Foundation/CollectionDiffTests.swift",
        "Foundation/CurrentValueSignalProxyTests.swift",
        "Foundation/CurrentValueSignalSugjectTests.swift",
        "Foundation/DelegatingMapClientTests.swift",
        "Foundation/DictionaryEncoderTests.swift",
        "Foundation/Events/EventsManagerTests.swift",
        "Foundation/Events/Mocks/EventsManagerMock.swift",
        "Foundation/Extensions/Array+ExtensionsTests.swift",
        "Foundation/Extensions/Comparable+ClampedTests.swift",
        "Foundation/Extensions/Core/FeatureExtensionValueTests.swift",
        "Foundation/Extensions/Core/GlyphsRasterizationOptionsTests.swift",
        "Foundation/Extensions/Core/LayerPositionTests.swift",
        "Foundation/Extensions/Core/OfflineRegionGeometryDefinitionTests.swift",
        "Foundation/Extensions/Core/RenderedQueryOptionsTests.swift",
        "Foundation/Extensions/Core/ScreenBoxTests.swift",
        "Foundation/Extensions/Core/SizeTests.swift",
        "Foundation/Extensions/Core/TransitionOptionsTests.swift",
        "Foundation/Extensions/CoreGraphicsTests.swift",
        "Foundation/Extensions/Encodable+ToJSONTests.swift",
        "Foundation/Extensions/FloatingPointTests.swift",
        "Foundation/Extensions/KebabCaseKeyDecodingStrategyTests.swift",
        "Foundation/Extensions/Turf/FeatureTests.swift",
        "Foundation/Extensions/Turf/GeometryTests.swift",
        "Foundation/Extensions/UIEdgeInsetsTests.swift",
        "Foundation/Extensions/UIViewController+ExtensionsTests.swift",
        "Foundation/FeaturesetsTests.swift",
        "Foundation/Fixtures/CameraOptions+Fixtures.swift",
        "Foundation/Fixtures/CameraState+Fixtures.swift",
        "Foundation/Helpers/CAAnimationDelegateProxy.swift",
        "Foundation/InteractionsTests.swift",
        "Foundation/InterfaceOrientationProviderTests.swift",
        "Foundation/Interpolators/AnimationCurveTests.swift",
        "Foundation/Interpolators/CoordinateInterpolatorTests.swift",
        "Foundation/Interpolators/DirectionInterpolatorTests.swift",
        "Foundation/Interpolators/DoubleInterpolatorTests.swift",
        "Foundation/Interpolators/LongitudeInterpolatorTests.swift",
        "Foundation/Interpolators/Mocks/MockCoordinateInterpolator.swift",
        "Foundation/Interpolators/Mocks/MockDirectionInterpolator.swift",
        "Foundation/Interpolators/Mocks/MockDoubleInterpolator.swift",
        "Foundation/Interpolators/Mocks/MockLongitudeInterpolator.swift",
        "Foundation/Interpolators/Mocks/MockUIEdgeInsetsInterpolator.swift",
        "Foundation/Interpolators/OptionalInterpolatorTests.swift",
        "Foundation/Interpolators/Random/TimingCurve+Fixtures.swift",
        "Foundation/Interpolators/UIEdgeInsetsInterpolatorTests.swift",
        "Foundation/Interpolators/UnitBezierTests.swift",
        "Foundation/Interpolators/WrappingInterpolatorTests.swift",
        "Foundation/MapInitOptionsTests.swift",
        "Foundation/MapPresentationTests.swift",
        "Foundation/MapViewSubclassingTests.swift",
        "Foundation/MapViewTests.swift",
        "Foundation/MapboxMapTests.swift",
        "Foundation/MapboxMapsFoundationTests.swift",
        "Foundation/Mocks/MockAnnotationImagesManager.swift",
        "Foundation/Mocks/MockAttributionURLOpener.swift",
        "Foundation/Mocks/MockBundle.swift",
        "Foundation/Mocks/MockCameraAnimator.swift",
        "Foundation/Mocks/MockCancelable.swift",
        "Foundation/Mocks/MockDateProvider.swift",
        "Foundation/Mocks/MockDelegatingMapClientDelegate.swift",
        "Foundation/Mocks/MockDisplayLink.swift",
        "Foundation/Mocks/MockMapClient.swift",
        "Foundation/Mocks/MockMapFeatureQueryable.swift",
        "Foundation/Mocks/MockMapViewDependencyProvider.swift",
        "Foundation/Mocks/MockMapboxMap.swift",
        "Foundation/Mocks/MockMetalView.swift",
        "Foundation/Mocks/MockNotificationCenter.swift",
        "Foundation/Mocks/MockStyleManager.swift",
        "Foundation/Mocks/MockStyleSourceManager.swift",
        "Foundation/Mocks/MockTimeProvider.swift",
        "Foundation/Mocks/MockTimer.swift",
        "Foundation/Mocks/MockUIApplication.swift",
        "Foundation/Mocks/MockUIDevice.swift",
        "Foundation/Mocks/MockWrappingInterpolator.swift",
        "Foundation/MutableRefTests.swift",
        "Foundation/OptionalExtensionsTests.swift",
        "Foundation/ProjectionTests.swift",
        "Foundation/PropertiesEqualityTests.swift",
        "Foundation/RefTests.swift",
        "Foundation/SignalSubjectTests.swift",
        "Foundation/SignalTests.swift",
        "Foundation/SizeTrackingLayerTests.swift",
        "Foundation/Style/MapStyleReconcilerTests.swift",
        "Foundation/Style/StyleSourceManagerTests.swift",
        "Foundation/Style/StyleTests.swift",
        "Foundation/SymbolScaleBehaviorTests.swift",
        "Foundation/Tracing.test.swift",
        "Foundation/UtilsTests.swift",
        "Foundation/ValueAnimatorTests.swift",
        "Foundation/ViewAnnotationsContainerTests.swift",
        "Gestures/GestureHandlers/AnyTouchGestureHandlerTests.swift",
        "Gestures/GestureHandlers/DoubleTapToZoomInGestureHandlerTests.swift",
        "Gestures/GestureHandlers/DoubleTouchToZoomOutGestureHandlerTests.swift",
        "Gestures/GestureHandlers/GestureTestsUtils.swift",
        "Gestures/GestureHandlers/InterruptDecelerationGestureHandlerTests.swift",
        "Gestures/GestureHandlers/Mocks/MockFocusableGestureHandler.swift",
        "Gestures/GestureHandlers/Mocks/MockGestureHandlerDelegate.swift",
        "Gestures/GestureHandlers/Mocks/MockLongPressGestureRecognizer.swift",
        "Gestures/GestureHandlers/Mocks/MockPanGestureHandler.swift",
        "Gestures/GestureHandlers/Mocks/MockPanGestureRecognizer.swift",
        "Gestures/GestureHandlers/Mocks/MockPinchGestureHandler.swift",
        "Gestures/GestureHandlers/Mocks/MockPinchGestureRecognizer.swift",
        "Gestures/GestureHandlers/Mocks/MockRotateGestureHandler.swift",
        "Gestures/GestureHandlers/Mocks/MockRotationGestureRecognizer.swift",
        "Gestures/GestureHandlers/Mocks/MockTapGestureRecognizer.swift",
        "Gestures/GestureHandlers/PanGestureHandlerTests.swift",
        "Gestures/GestureHandlers/PinchGestureHandlerTests.swift",
        "Gestures/GestureHandlers/PitchGestureHandlerTests.swift",
        "Gestures/GestureHandlers/QuickZoomGestureHandlerTests.swift",
        "Gestures/GestureHandlers/RotateGestureHandlerTests.swift",
        "Gestures/GestureHandlers/SingleTapGestureHandlerTests.swift",
        "Gestures/GestureManagerTests.swift",
        "Gestures/GestureOptionsTests.swift",
        "Gestures/GestureRecognizers/TouchBeganGestureRecognizerTests.swift",
        "Gestures/MapContentGestureContext+Tests.swift",
        "Gestures/Mocks/MockGestureManagerDelegate.swift",
        "Gestures/Mocks/MockGestureRecognizer.swift",
        "Gestures/UIGestureRecognizerDelegate+Tests.swift",
        "Helpers/Bundle+MapboxMapsTests.swift",
        "Helpers/Encodable+JsonString.swift",
        "Helpers/MapStyle+Tests.swift",
        "Helpers/MockError.swift",
        "Helpers/Random/Array+Fixtures.swift",
        "Helpers/Random/CGPoint+Fixtures.swift",
        "Helpers/Random/CLLocationCoordinate2D+Fixtures.swift",
        "Helpers/Random/Character+Fixtures.swift",
        "Helpers/Random/String+Fixtures.swift",
        "Helpers/Random/UIColor+Fixtures.swift",
        "Helpers/String+FileSystemSafe.swift",
        "Helpers/Stub.swift",
        "Helpers/StubProtocol.swift",
        "Helpers/Stubbed.swift",
        "Helpers/TestSignal.swift",
        "Helpers/UIApplication+Tests.swift",
        "Helpers/UIImage+Empty.swift",
        "Helpers/UIImage+Init.swift",
        "Helpers/XCTestCase+GuardForMetalDevice.swift",
        "Helpers/XCTestCase+ImageComparison.swift",
        "Helpers/XCTestCase+ResetStubs.swift",
        "Helpers/XCTestCase+TemporaryCacheDirectory.swift",
        "Integration Tests/ExampleIntegrationTest.swift",
        "Integration Tests/FeatureQueryingTest.swift",
        "Integration Tests/FeatureStateIntegrationTests.swift",
        "Integration Tests/IntegrationTestCase.swift",
        "Integration Tests/MSAAIntegrationTests.swift",
        "Integration Tests/Map/DidIdleFailureIntegrationTest.swift",
        "Integration Tests/Map/MapInitOptionsIntegrationTests.swift",
        "Integration Tests/Map/MapViewIntegrationTests.swift",
        "Integration Tests/Map/MapViewRenderedSnapshotIntegrationTests.swift",
        "Integration Tests/Map/MapboxMapIntegrationTests.swift",
        "Integration Tests/Map/ObservableIntegrationTests.swift",
        "Integration Tests/MapRecorderIntegrationTests.swift",
        "Integration Tests/MapViewIntegrationTestCase.swift",
        "Integration Tests/OfflineManagerIntegrationTests.swift",
        "Integration Tests/RasterValuesQueryingTests.swift",
        "Integration Tests/Style/GeoJSONUpdateIntegrationTests.swift",
        "Integration Tests/Style/RasterArraySourceQueryTests.swift",
        "Integration Tests/Style/StyleDSLIntegrationTests.swift",
        "Integration Tests/Style/StyleLoadIntegrationTests.swift",
        "Integration Tests/StyleImportIntegrationTests.swift",
        "Integration Tests/TileCoverIntegrationTests.swift",
        "Location/AppleLocationProviderTests.swift",
        "Location/Fixtures/Location+Fixtures.swift",
        "Location/LocationInterpolatorTests.swift",
        "Location/LocationManagerTests.swift",
        "Location/LocationOptionsTests.swift",
        "Location/LocationTests.swift",
        "Location/Mocks/MockCLLocationManager.swift",
        "Location/Mocks/MockHeading.swift",
        "Location/Mocks/MockLocationInterpolator.swift",
        "Location/Mocks/MockLocationManagerDelegate.swift",
        "Location/Mocks/MockLocationProducerDelegate.swift",
        "Location/Puck/Mocks/MockPuck.swift",
        "Location/Puck/Puck2DRendererTests.swift",
        "Location/Puck/Puck3DRendererTests.swift",
        "Location/Puck/PuckManagerTests.swift",
        "Location/Puck/PuckTypeTests.swift",
        "MigrationGuide/MigrationGuideIntegrationTests.swift",
        "MigrationGuide/OfflineGuideIntegrationTests.swift",
        "Offline/Mocks/MockMapboxCommonTileStoreObserver.swift",
        "Offline/Mocks/MockTileStore.swift",
        "Offline/Mocks/MockTileStoreObserver.swift",
        "Offline/StylePackLoadOptions_MapboxMapTests.swift",
        "Offline/TileRegionEstimateOptions_MapboxMapTests.swift",
        "Offline/TileRegionLoadOptions+MapboxMapsTests.swift",
        "Offline/TileStoreObserverCancelableTests.swift",
        "Offline/TileStoreObserverWrapperTests.swift",
        "Ornaments/CameraDebugViewTests.swift",
        "Ornaments/Compass/CompassDirectionFormatterTests.swift",
        "Ornaments/Compass/MapboxCompassOrnamentViewTests.swift",
        "Ornaments/DistanceFormatterTests.swift",
        "Ornaments/InfoButton/InfoButtonOrnamentTests.swift",
        "Ornaments/Mocks/MockIndoorSelectorModel.swift",
        "Ornaments/Mocks/MockInfoButtonOrnamentDelegate.swift",
        "Ornaments/OrnamentManagerTests.swift",
        "Ornaments/ScaleBar/MapboxScaleBarOrnamentViewTests.swift",
        "Snapshot/MapboxMapsSnapshotTests.swift",
        "Snapshot/Mocks/MockMapSnapshotter.swift",
        "Snapshot/SnapshotterTests.swift",
        "Style/AttributionDialogTests.swift",
        "Style/AttributionTests.swift",
        "Style/CustomLayer.test.swift",
        "Style/CustomSourcesIntegrationTests.swift",
        "Style/CustomSourcesTests.swift",
        "Style/DSL/DynamicStylingTests.swift",
        "Style/DSL/MapContent+Fixture.swift",
        "Style/DSL/MapContentNodeContextTests.swift",
        "Style/DSL/MapStyleContentReconcilerTests.swift",
        "Style/ExpressionTests/ExpressionBuilderTests.swift",
        "Style/ExpressionTests/ExpressionTests.swift",
        "Style/ExpressionTests/FormatOptionsTests.swift",
        "Style/Fixtures/Fixtures.swift",
        "Style/Fixtures/LayerType+Fixtures.swift",
        "Style/Fixtures/SourceProperties+Fixtures.swift",
        "Style/Fixtures/SourceType+Fixtures.swift",
        "Style/Fixtures/Value+Fixtures.swift",
        "Style/Generated/IntegrationTests/Layers/BackgroundLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/CircleLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/ClipLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/FillExtrusionLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/FillLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/HeatmapLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/HillshadeLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/LineLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/LocationIndicatorLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/ModelLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/RasterLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/RasterParticleLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/SkyLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/SlotLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Layers/SymbolLayerIntegrationTests.swift",
        "Style/Generated/IntegrationTests/RainIntegrationTests.swift",
        "Style/Generated/IntegrationTests/SnowIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Sources/GeoJSONSourceIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Sources/ImageSourceIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Sources/ModelSourceIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Sources/RasterArraySourceIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Sources/RasterDemSourceIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Sources/RasterSourceIntegrationTests.swift",
        "Style/Generated/IntegrationTests/Sources/VectorSourceIntegrationTests.swift",
        "Style/Generated/Layers/BackgroundLayerTests.swift",
        "Style/Generated/Layers/CircleLayerTests.swift",
        "Style/Generated/Layers/ClipLayerTests.swift",
        "Style/Generated/Layers/FillExtrusionLayerTests.swift",
        "Style/Generated/Layers/FillLayerTests.swift",
        "Style/Generated/Layers/HeatmapLayerTests.swift",
        "Style/Generated/Layers/HillshadeLayerTests.swift",
        "Style/Generated/Layers/LineLayerTests.swift",
        "Style/Generated/Layers/LocationIndicatorLayerTests.swift",
        "Style/Generated/Layers/ModelLayerTests.swift",
        "Style/Generated/Layers/RasterLayerTests.swift",
        "Style/Generated/Layers/RasterParticleLayerTests.swift",
        "Style/Generated/Layers/SkyLayerTests.swift",
        "Style/Generated/Layers/SlotLayerTests.swift",
        "Style/Generated/Layers/SymbolLayerTests.swift",
        "Style/Generated/Light/AmbientLightTests.swift",
        "Style/Generated/Light/DirectionalLightTests.swift",
        "Style/Generated/Light/FlatLightTests.swift",
        "Style/Generated/Properties/PropertiesTests.swift",
        "Style/Generated/RainTests.swift",
        "Style/Generated/SnowTests.swift",
        "Style/Generated/Sources/GeoJSONSourceTests.swift",
        "Style/Generated/Sources/ImageSourceTests.swift",
        "Style/Generated/Sources/ModelSourceTests.swift",
        "Style/Generated/Sources/RasterArraySourceTests.swift",
        "Style/Generated/Sources/RasterDemSourceTests.swift",
        "Style/Generated/Sources/RasterSourceTests.swift",
        "Style/Generated/Sources/VectorSourceTests.swift",
        "Style/GeoJSONSourceDataTests.swift",
        "Style/ImageTests.swift",
        "Style/LayerInfoTests.swift",
        "Style/MapStyleTests.swift",
        "Style/Mocks/MockAttributionDataSource.swift",
        "Style/Mocks/MockAttributionDialogManagerDelegate.swift",
        "Style/Mocks/MockCustomRenderer.swift",
        "Style/Mocks/MockStyle.swift",
        "Style/PromoteIdTests.swift",
        "Style/SouceInfoTests.swift",
        "Style/Style+LocalizationTests.swift",
        "Style/StyleColorTests.swift",
        "Style/StyleEncodableTests.swift",
        "Style/StyleIntegrationTests.swift",
        "Style/StyleProjectionTests.swift",
        "Style/StyleTransitionTests.swift",
        "Style/StyleURITests.swift",
        "Style/TileCacheBudgetTests.swift",
        "SwiftUI/MapBasicCoordinatorTests.swift",
        "SwiftUI/Mocks/MockGestureManager.swift",
        "SwiftUI/Mocks/MockMapView.swift",
        "SwiftUI/Mocks/MockOrnamentsManager.swift",
        "SwiftUI/Mocks/MockViewAnnotationsManager.swift",
        "SwiftUI/OnceTests.swift",
        "SwiftUI/SwiftUIEdgeInsetsTests.swift",
        "SwiftUI/ViewportTests.swift",
        "Viewport/Fixtures/ViewportOptions+Fixtures.swift",
        "Viewport/Fixtures/ViewportStatus+Fixtures.swift",
        "Viewport/Helpers/Mocks/MockDispatchQueue.swift",
        "Viewport/Mocks/MockViewportImpl.swift",
        "Viewport/Mocks/MockViewportState.swift",
        "Viewport/Mocks/MockViewportStatusObserver.swift",
        "Viewport/Mocks/MockViewportTransition.swift",
        "Viewport/States/CameraViewportStateTests.swift",
        "Viewport/States/FollowPuck/Fixtures/FollowPuckViewportStateBearing+Fixtures.swift",
        "Viewport/States/FollowPuck/Fixtures/FollowPuckViewportStateOptions+Fixtures.swift",
        "Viewport/States/FollowPuck/FollowPuckViewportStateBearingTests.swift",
        "Viewport/States/FollowPuck/FollowPuckViewportStateOptionsTests.swift",
        "Viewport/States/FollowPuck/FollowPuckViewportStateTests.swift",
        "Viewport/States/Overview/Fixtures/OverviewViewportStateOptions+Fixtures.swift",
        "Viewport/States/Overview/OverviewViewportStateOptionsTests.swift",
        "Viewport/States/Overview/OverviewViewportStateTests.swift",
        "Viewport/Transitions/Default/CameraOptionsComponentTests.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionAnimationHelperTests.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionAnimationSpecProviderTests.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionAnimationSpecTests.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionAnimationTests.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionOptionsTests.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionTests.swift",
        "Viewport/Transitions/Default/Fixtures/DefaultViewportTransitionOptions+Fixtures.swift",
        "Viewport/Transitions/Default/HighZoomToLowZoomAnimationSpecProviderTests.swift",
        "Viewport/Transitions/Default/LowZoomToHighZoomAnimationSpecProviderTests.swift",
        "Viewport/Transitions/Default/Mocks/MockCameraOptionsComponent.swift",
        "Viewport/Transitions/Default/Mocks/MockDefaultViewportTransitionAnimation.swift",
        "Viewport/Transitions/Default/Mocks/MockDefaultViewportTransitionAnimationFactory.swift",
        "Viewport/Transitions/Default/Mocks/MockDefaultViewportTransitionAnimationHelper.swift",
        "Viewport/Transitions/Default/Mocks/MockDefaultViewportTransitionAnimationSpecProvider.swift",
        "Viewport/Transitions/Immediate/ImmediateViewportTransitionTests.swift",
        "Viewport/ViewportManagerImplTests.swift",
        "Viewport/ViewportManagerTests.swift",
        "Viewport/ViewportOptionsTests.swift",
        "Viewport/ViewportStatusTests.swift"
      ],
      "target_dependencies" : [
        "MapboxMaps"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MapboxMaps",
      "module_type" : "SwiftTarget",
      "name" : "MapboxMaps",
      "path" : "Sources/MapboxMaps",
      "product_dependencies" : [
        "Turf",
        "MapboxCommon",
        "MapboxCoreMaps"
      ],
      "product_memberships" : [
        "MapboxMaps"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/MapboxMaps.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ar.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ar.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/bg.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "bg"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/bg.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "bg"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ca.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ca.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/cs.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/cs.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/da.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/da.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/de.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/de.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/en.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/en.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/es.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/es.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/fr.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/fr.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/gl.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "gl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/gl.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "gl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/he.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/he.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/it.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/it.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ja.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ja.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ko.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ko.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/lt.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "lt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/lt.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "lt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/nb.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/nb.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/nl.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/nl.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/pl.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/pl.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/pt-BR.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/pt-BR.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ru.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/ru.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/sv.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/sv.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/uk.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/uk.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/vi.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/vi.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/zh-Hans.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/zh-Hans.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/zh-Hant.lproj/CompassDirectionLong.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/Compass/zh-Hant.lproj/CompassDirectionShort.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/ar.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/be.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "be"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/bg.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "bg"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/ca.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/cs.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/da.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/de.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/en.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/es.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/fr.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/gl.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "gl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/he.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/it.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/ja.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/ko.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/lt.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "lt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/nb.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/nl.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/pl.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/pt-BR.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/ru.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/sv.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/uk.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/vi.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/zh-Hans.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/Ornaments/zh-Hant.lproj/OrnamentsLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MapboxMaps/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Annotations/AnnotatedFeature.swift",
        "Annotations/Annotation.swift",
        "Annotations/AnnotationImagesManager.swift",
        "Annotations/AnnotationManagerImpl.swift",
        "Annotations/AnnotationOrchestrator.swift",
        "Annotations/ClusterOptions.swift",
        "Annotations/Generated/CircleAnnotation.swift",
        "Annotations/Generated/CircleAnnotationManager.swift",
        "Annotations/Generated/PointAnnotation.swift",
        "Annotations/Generated/PointAnnotationManager.swift",
        "Annotations/Generated/PolygonAnnotation.swift",
        "Annotations/Generated/PolygonAnnotationManager.swift",
        "Annotations/Generated/PolylineAnnotation.swift",
        "Annotations/Generated/PolylineAnnotationManager.swift",
        "Annotations/Marker.swift",
        "Annotations/MarkerAnimation.swift",
        "Annotations/OffsetGeometryCalculator.swift",
        "Annotations/ViewAnnotation.swift",
        "Annotations/ViewAnnotationAnchorConfig.swift",
        "Annotations/ViewAnnotationManager.swift",
        "Annotations/ViewAnnotationOptions.swift",
        "Annotations/ViewAnnotationPositionsUpdateListenerImpl.swift",
        "Attribution/AttributionMenu.swift",
        "Attribution/AttributionMenuItem.swift",
        "Attribution/AttributionMenuSection.swift",
        "Camera/AnimationCompletion.swift",
        "Camera/AnimationOwner.swift",
        "Camera/AnimationType.swift",
        "Camera/BasicCameraAnimator.swift",
        "Camera/BasicCameraAnimatorImpl.swift",
        "Camera/CameraAnimationsManager.swift",
        "Camera/CameraAnimationsManagerImpl.swift",
        "Camera/CameraAnimator.swift",
        "Camera/CameraAnimatorStatusObservable.swift",
        "Camera/CameraAnimatorsFactory.swift",
        "Camera/CameraAnimatorsRunner.swift",
        "Camera/CameraOptionsInterpolator.swift",
        "Camera/CameraTransition.swift",
        "Camera/CameraView.swift",
        "Camera/FlyToCameraAnimator.swift",
        "Camera/FlyToInterpolator.swift",
        "Camera/GestureDecelerationCameraAnimator.swift",
        "Camera/SimpleCameraAnimator.swift",
        "ContentBuilders/MapContent/ForEvery.swift",
        "ContentBuilders/MapContent/MapContent.swift",
        "ContentBuilders/MapContent/MapContentBuilder.swift",
        "ContentBuilders/MapContent/MapContentUniqueProperties.swift",
        "ContentBuilders/MapContent/MapStyleReconciler.swift",
        "ContentBuilders/MapContent/MountedAnnotationGroup.swift",
        "ContentBuilders/MapContent/MountedFeatureState.swift",
        "ContentBuilders/MapContent/MountedInteraction.swift",
        "ContentBuilders/MapContent/MountedPuck.swift",
        "ContentBuilders/MapContent/MountedViewAnnotation.swift",
        "ContentBuilders/MapContent/PrimitiveMapContent.swift",
        "ContentBuilders/MapContent/Puck2D.swift",
        "ContentBuilders/MapContent/Puck3D.swift",
        "ContentBuilders/MapStyleContent/MapStyleContent.swift",
        "ContentBuilders/MapStyleContent/MapStyleContentAdapter.swift",
        "ContentBuilders/MapStyleContent/MapStyleContentBuilder.swift",
        "ContentBuilders/MapStyleContent/MapStyleMountedComponents.swift",
        "ContentBuilders/MapStyleContent/MountedStyleImport.swift",
        "ContentBuilders/Tree/MapContentMountedComponent.swift",
        "ContentBuilders/Tree/MapContentNode.swift",
        "ContentBuilders/Tree/MapContentNodeContext.swift",
        "ContentBuilders/Tree/MapContentReconciler.swift",
        "Foundation/AlwayEqual.swift",
        "Foundation/AnyCancelable+Combine.swift",
        "Foundation/AnyCancelable.swift",
        "Foundation/ArrayBuilder.swift",
        "Foundation/AttributionURLOpener.swift",
        "Foundation/CameraBounds.swift",
        "Foundation/CameraBoundsOptions.swift",
        "Foundation/Cancelable.swift",
        "Foundation/CollectionDiff.swift",
        "Foundation/CoreAliases.swift",
        "Foundation/CurrentValueSignalProxy.swift",
        "Foundation/CurrentValueSignalSubject.swift",
        "Foundation/DateProvider.swift",
        "Foundation/DelegatingMapClient.swift",
        "Foundation/DictionaryCoding/Array+CodingKey.swift",
        "Foundation/DictionaryCoding/DictionaryEncoder.swift",
        "Foundation/Events/EventsManager.swift",
        "Foundation/Extensions/Array+Extensions.swift",
        "Foundation/Extensions/Bool.swift",
        "Foundation/Extensions/Bundle+MapboxMaps.swift",
        "Foundation/Extensions/CodingUserInfoKey+Custom.swift",
        "Foundation/Extensions/Comparable+Clamped.swift",
        "Foundation/Extensions/Core/CoordinateBounds.swift",
        "Foundation/Extensions/Core/EdgeInsets.swift",
        "Foundation/Extensions/Core/FeatureExtensionValue.swift",
        "Foundation/Extensions/Core/FreeCameraOptions.swift",
        "Foundation/Extensions/Core/GlyphsRasterizationOptions.swift",
        "Foundation/Extensions/Core/ImportPosition.swift",
        "Foundation/Extensions/Core/MapOptions.swift",
        "Foundation/Extensions/Core/MapSnapshotOptions.swift",
        "Foundation/Extensions/Core/OfflineRegion.swift",
        "Foundation/Extensions/Core/OfflineRegionGeometryDefinition.swift",
        "Foundation/Extensions/Core/OfflineRegionManager.swift",
        "Foundation/Extensions/Core/OfflineSwitch.swift",
        "Foundation/Extensions/Core/QueriedFeature.swift",
        "Foundation/Extensions/Core/RenderedQueryOptions.swift",
        "Foundation/Extensions/Core/RenderedRasterQueryOptions.swift",
        "Foundation/Extensions/Core/ScreenBox.swift",
        "Foundation/Extensions/Core/ScreenCoordinate.swift",
        "Foundation/Extensions/Core/Size.swift",
        "Foundation/Extensions/Core/Slot.swift",
        "Foundation/Extensions/Core/TransitionOptions.swift",
        "Foundation/Extensions/Core/Vec2.swift",
        "Foundation/Extensions/CoreGraphics.swift",
        "Foundation/Extensions/CoreLocation.swift",
        "Foundation/Extensions/DateFormatter.swift",
        "Foundation/Extensions/Dictionary+MapKeys.swift",
        "Foundation/Extensions/Encodable+ToJSON.swift",
        "Foundation/Extensions/FloatingPoint.swift",
        "Foundation/Extensions/Image.swift",
        "Foundation/Extensions/Int.swift",
        "Foundation/Extensions/JSONObject+Extensions.swift",
        "Foundation/Extensions/KebabCaseKeyDecodingStrategy.swift",
        "Foundation/Extensions/NSNumber.swift",
        "Foundation/Extensions/NSValue.swift",
        "Foundation/Extensions/RawRepresentable.swift",
        "Foundation/Extensions/Turf/Feature.swift",
        "Foundation/Extensions/Turf/Geometry.swift",
        "Foundation/Extensions/Turf/Polygon.swift",
        "Foundation/Extensions/UIEdgeInsets.swift",
        "Foundation/Extensions/UIImage.swift",
        "Foundation/Extensions/UIView.swift",
        "Foundation/Extensions/UIViewController+Extensions.swift",
        "Foundation/Extensions/UIWindow+ParentScene.swift",
        "Foundation/ForwardingDispalyLinkTarget.swift",
        "Foundation/Helpers/MainQueueWrapper.swift",
        "Foundation/InterfaceOrientationProvider.swift",
        "Foundation/Interpolators/CoordinateInterpolator.swift",
        "Foundation/Interpolators/DirectionInterpolator.swift",
        "Foundation/Interpolators/DoubleInterpolator.swift",
        "Foundation/Interpolators/LongitudeInterpolator.swift",
        "Foundation/Interpolators/OptionalInterpolator.swift",
        "Foundation/Interpolators/TimingCurve.swift",
        "Foundation/Interpolators/UIEdgeInsetsInterpolator.swift",
        "Foundation/Interpolators/UnitBezier.swift",
        "Foundation/Interpolators/WrappingInterpolator.swift",
        "Foundation/Logger.swift",
        "Foundation/MapFeatureQueryable.swift",
        "Foundation/MapInitOptions.swift",
        "Foundation/MapPlayerOptions.swift",
        "Foundation/MapRecorder.swift",
        "Foundation/MapRecorderOptions.swift",
        "Foundation/MapView+Attribution.swift",
        "Foundation/MapView+Snapshot.swift",
        "Foundation/MapView.swift",
        "Foundation/MapViewDependencyProvider.swift",
        "Foundation/MapViewMetricsReporter.swift",
        "Foundation/MapboxMap.swift",
        "Foundation/MapboxMapsOptions.swift",
        "Foundation/MetalView.swift",
        "Foundation/ObjectWrapper.swift",
        "Foundation/Optional+Extensions.swift",
        "Foundation/PerformanceStatisticsOptions.swift",
        "Foundation/PresentationTransactionMode.swift",
        "Foundation/Projection.swift",
        "Foundation/PropertiesEquality.swift",
        "Foundation/Reexports.swift",
        "Foundation/Ref.swift",
        "Foundation/RenderedQueryGeometry.swift",
        "Foundation/RetroactiveConformances/BundleProtocol.swift",
        "Foundation/RetroactiveConformances/DispatchQueueProtocol.swift",
        "Foundation/RetroactiveConformances/DisplayLinkProtocol.swift",
        "Foundation/RetroactiveConformances/NotificationCenterProtocol.swift",
        "Foundation/RetroactiveConformances/TimerProtocol.swift",
        "Foundation/RetroactiveConformances/UIApplicationProtocol.swift",
        "Foundation/RetroactiveConformances/UIDeviceProtocol.swift",
        "Foundation/ScreenShim.swift",
        "Foundation/Signal/ClosureHandlersStore.swift",
        "Foundation/Signal/Signal+Combine.swift",
        "Foundation/Signal/Signal+Tracing.swift",
        "Foundation/Signal/Signal.swift",
        "Foundation/Signal/SignalObservingAdapter.swift",
        "Foundation/Signal/SignalSubject.swift",
        "Foundation/SizeTrackingLayer.swift",
        "Foundation/SymbolScaleBehavior.swift",
        "Foundation/TelemetryCounter.swift",
        "Foundation/TileCoverOptions.swift",
        "Foundation/Tracing.swift",
        "Foundation/Utils.swift",
        "Foundation/Utils/BidirectionalMap.swift",
        "Foundation/Utils/CameraDebugView.swift",
        "Foundation/Utils/MapViewDebugOptions.swift",
        "Foundation/Utils/Once.swift",
        "Foundation/ValueAnimator.swift",
        "Foundation/ViewAnnotationsContainer.swift",
        "Foundation/WeakSet.swift",
        "Gestures/GestureHandlers/AnyTouchGestureHandler.swift",
        "Gestures/GestureHandlers/DoubleTapToZoomInGestureHandler.swift",
        "Gestures/GestureHandlers/DoubleTouchToZoomOutGestureHandler.swift",
        "Gestures/GestureHandlers/FocusableGestureHandlerProtocol.swift",
        "Gestures/GestureHandlers/GestureHandler.swift",
        "Gestures/GestureHandlers/InterruptDecelerationGestureHandler.swift",
        "Gestures/GestureHandlers/LongPressGestureHandler.swift",
        "Gestures/GestureHandlers/PanGestureHandler.swift",
        "Gestures/GestureHandlers/PinchGestureHandler.swift",
        "Gestures/GestureHandlers/PitchGestureHandler.swift",
        "Gestures/GestureHandlers/QuickZoomGestureHandler.swift",
        "Gestures/GestureHandlers/RotateGestureHandler.swift",
        "Gestures/GestureHandlers/SingleTapGestureHandler.swift",
        "Gestures/GestureHandlers/UIGestureRecognizer+Extensions.swift",
        "Gestures/GestureManager.swift",
        "Gestures/GestureOptions.swift",
        "Gestures/GestureRecognizers/TouchBeganGestureRecognizer.swift",
        "Gestures/GestureType.swift",
        "Gestures/MapContentGestureContext.swift",
        "Interactions/CoreInteraction.swift",
        "Interactions/FeatureState.swift",
        "Interactions/FeaturesetDescriptor.swift",
        "Interactions/FeaturesetFeature.swift",
        "Interactions/FeaturesetFeatureId.swift",
        "Interactions/Interactions.swift",
        "Location/AppleLocationProvider.swift",
        "Location/CLLocationManagerDelegateProxy.swift",
        "Location/CLLocationManagerProtocol.swift",
        "Location/HeadingInterpolator.swift",
        "Location/HeadingProvider.swift",
        "Location/Location.swift",
        "Location/LocationInterpolator.swift",
        "Location/LocationManager.swift",
        "Location/LocationOptions.swift",
        "Location/LocationPermissionsDelegate.swift",
        "Location/ModelAdapters.swift",
        "Location/Puck/Puck2DRenderer.swift",
        "Location/Puck/Puck3DRenderer.swift",
        "Location/Puck/PuckManager.swift",
        "Location/Puck/PuckRenderer.swift",
        "Location/Puck/PuckRendererState.swift",
        "Location/Puck/PuckRenderingData.swift",
        "Location/Puck/PuckType.swift",
        "MapEvents/CoreEventsExtensions.swift",
        "MapEvents/MapEvents+Deprecated.swift",
        "MapEvents/MapEvents.swift",
        "Offline/ClearCacheError.swift",
        "Offline/OfflineCallbacks.swift",
        "Offline/OfflineErrors.swift",
        "Offline/OfflineManager+MapboxMaps.swift",
        "Offline/StylePackLoadOptions+MapboxMaps.swift",
        "Offline/TileRegionLoadOptions+MapboxMaps.swift",
        "Offline/TileStore+MapboxMaps.swift",
        "Offline/TileStoreObserver.swift",
        "Offline/TileStoreObserverCancelable.swift",
        "Offline/TileStoreObserverWrapper.swift",
        "Offline/TilesetDescriptorOptions+MapboxMaps.swift",
        "Ornaments/Compass/CompassDirectionFormatter.swift",
        "Ornaments/Compass/MapboxCompassOrnamentView.swift",
        "Ornaments/DistanceFormatter.swift",
        "Ornaments/IndoorSelectorModel.swift",
        "Ornaments/IndoorSelectorView+Cell.swift",
        "Ornaments/IndoorSelectorView.swift",
        "Ornaments/InfoButtonOrnament.swift",
        "Ornaments/LogoView.swift",
        "Ornaments/OrnamentOptions.swift",
        "Ornaments/OrnamentsManager.swift",
        "Ornaments/PaddingDebugView.swift",
        "Ornaments/ScaleBar/MapboxScaleBarConstants.swift",
        "Ornaments/ScaleBar/MapboxScaleBarLabel.swift",
        "Ornaments/ScaleBar/MapboxScaleBarOrnamentView.swift",
        "Snapshot/AttributionMeasure.swift",
        "Snapshot/AttributionView.swift",
        "Snapshot/SnapshotOverlay.swift",
        "Snapshot/Snapshotter.swift",
        "Style/Attribution.swift",
        "Style/AttributionDialogManager.swift",
        "Style/ColorTheme.swift",
        "Style/CustomLayer.swift",
        "Style/CustomSources/CustomGeometrySource.swift",
        "Style/CustomSources/CustomRasterSource.swift",
        "Style/CustomSources/CustomRasterSourceTileData+Extensions.swift",
        "Style/EmptyCustomRenderer.swift",
        "Style/Generated/Atmosphere.swift",
        "Style/Generated/Expressions/AllExpressions.swift",
        "Style/Generated/Layers/BackgroundLayer.swift",
        "Style/Generated/Layers/CircleLayer.swift",
        "Style/Generated/Layers/ClipLayer.swift",
        "Style/Generated/Layers/FillExtrusionLayer.swift",
        "Style/Generated/Layers/FillLayer.swift",
        "Style/Generated/Layers/HeatmapLayer.swift",
        "Style/Generated/Layers/HillshadeLayer.swift",
        "Style/Generated/Layers/LineLayer.swift",
        "Style/Generated/Layers/LocationIndicatorLayer.swift",
        "Style/Generated/Layers/ModelLayer.swift",
        "Style/Generated/Layers/RasterLayer.swift",
        "Style/Generated/Layers/RasterParticleLayer.swift",
        "Style/Generated/Layers/SkyLayer.swift",
        "Style/Generated/Layers/SlotLayer.swift",
        "Style/Generated/Layers/SymbolLayer.swift",
        "Style/Generated/Light/AmbientLight.swift",
        "Style/Generated/Light/DirectionalLight.swift",
        "Style/Generated/Light/FlatLight.swift",
        "Style/Generated/MapStyle+Standard.swift",
        "Style/Generated/MapStyle+StandardSatellite.swift",
        "Style/Generated/Model.swift",
        "Style/Generated/Properties/Properties.swift",
        "Style/Generated/Rain.swift",
        "Style/Generated/Snow.swift",
        "Style/Generated/SourceWrapper.swift",
        "Style/Generated/Sources/GeoJSONSource.swift",
        "Style/Generated/Sources/ImageSource.swift",
        "Style/Generated/Sources/ModelSource.swift",
        "Style/Generated/Sources/RasterArraySource.swift",
        "Style/Generated/Sources/RasterDemSource.swift",
        "Style/Generated/Sources/RasterSource.swift",
        "Style/Generated/Sources/SourceProperties.swift",
        "Style/Generated/Sources/VectorSource.swift",
        "Style/Generated/StandardBuildingsFeature.swift",
        "Style/Generated/StandardLandmarkIconsFeature.swift",
        "Style/Generated/StandardPlaceLabelsFeature.swift",
        "Style/Generated/StandardPoiFeature.swift",
        "Style/Generated/Terrain.swift",
        "Style/Layer.swift",
        "Style/LayerAtPosition.swift",
        "Style/LayerInfo.swift",
        "Style/LayerType.swift",
        "Style/LightInfo.swift",
        "Style/LightType.swift",
        "Style/MapStyle.swift",
        "Style/RasterArraySource+DataLayer.swift",
        "Style/Source.swift",
        "Style/SourceInfo.swift",
        "Style/SourceType.swift",
        "Style/Style+Deprecation.swift",
        "Style/Style+Localization.swift",
        "Style/StyleEncodable.swift",
        "Style/StyleErrors.swift",
        "Style/StyleImport.swift",
        "Style/StyleManager.swift",
        "Style/StyleManagerProtocol.swift",
        "Style/StyleProjection.swift",
        "Style/StyleReloadPolicy.swift",
        "Style/StyleSourceManager.swift",
        "Style/StyleURI.swift",
        "Style/Types/Expression.swift",
        "Style/Types/ExpressionArgumentBuilder.swift",
        "Style/Types/ExpressionOptions.swift",
        "Style/Types/GeoJSONSourceData.swift",
        "Style/Types/PromoteId.swift",
        "Style/Types/ResolvedImage.swift",
        "Style/Types/StyleColor.swift",
        "Style/Types/StyleImage.swift",
        "Style/Types/TileCacheBudgetSize.swift",
        "Style/Types/Value.swift",
        "SwiftUI/Annotations/AnnotationClusterGestureContext.swift",
        "SwiftUI/Annotations/AnnotationGroup+Deprecated.swift",
        "SwiftUI/Annotations/Generated/CircleAnnotationGroup.swift",
        "SwiftUI/Annotations/Generated/PointAnnotationGroup.swift",
        "SwiftUI/Annotations/Generated/PolygonAnnotationGroup.swift",
        "SwiftUI/Annotations/Generated/PolylineAnnotationGroup.swift",
        "SwiftUI/Annotations/MapViewAnnotation.swift",
        "SwiftUI/Deps.swift",
        "SwiftUI/Map+Events.swift",
        "SwiftUI/Map+Gestures.swift",
        "SwiftUI/Map+URLOpener.swift",
        "SwiftUI/Map.swift",
        "SwiftUI/MapBasicCoordinator.swift",
        "SwiftUI/MapOrnaments.swift",
        "SwiftUI/MapProxy.swift",
        "SwiftUI/MapReader.swift",
        "SwiftUI/MapViewFacade.swift",
        "SwiftUI/Util/Signal+Extensions.swift",
        "SwiftUI/Util/SwiftUIEdgeInsets.swift",
        "SwiftUI/Util/Util.swift",
        "SwiftUI/Util/View+OnSizeChange.swift",
        "SwiftUI/Viewport/Viewport.swift",
        "SwiftUI/Viewport/ViewportAnimation.swift",
        "Viewport/States/CameraViewportState.swift",
        "Viewport/States/FollowPuck/FollowPuckViewportState.swift",
        "Viewport/States/FollowPuck/FollowPuckViewportStateBearing.swift",
        "Viewport/States/FollowPuck/FollowPuckViewportStateOptions.swift",
        "Viewport/States/Overview/OverviewViewportState.swift",
        "Viewport/States/Overview/OverviewViewportStateOptions.swift",
        "Viewport/Transitions/Default/CameraOptionsComponent.swift",
        "Viewport/Transitions/Default/DefaultViewportTransition.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionAnimation.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionAnimationFactory.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionAnimationHelper.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionAnimationSpec.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionAnimationSpecProvider.swift",
        "Viewport/Transitions/Default/DefaultViewportTransitionOptions.swift",
        "Viewport/Transitions/Default/HighZoomToLowZoomAnimationSpecProvider.swift",
        "Viewport/Transitions/Default/LowZoomToHighZoomAnimationSpecProvider.swift",
        "Viewport/Transitions/Immediate/ImmediateViewportTransition.swift",
        "Viewport/ViewportManager.swift",
        "Viewport/ViewportManagerImpl.swift",
        "Viewport/ViewportOptions.swift",
        "Viewport/ViewportState.swift",
        "Viewport/ViewportStatus.swift",
        "Viewport/ViewportStatusObserver.swift",
        "Viewport/ViewportTransition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Resource 'Helpers/MapboxAccessToken': File not found.
Done.