The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ValhallaModels, reference main (d1e335), with Swift 6.1 for tvOS using Xcode 16.3 on 10 Mar 2026 21:28:10 UTC.

Swift 6 data race errors: 64

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ValhallaModels-Package -destination generic/platform=tvOS 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

    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ IsochroneProperties.swift,\ IsochroneRequest.swift,\ IsochroneResponse.swift,\ LocateDetailedEdge.swift,\ LocateEdge.swift,\ LocateEdgeInfo.swift,\ LocateNode.swift,\ LocateObject.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/LocateDetailedEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/LocateEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/LocateEdgeInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/LocateNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/LocateObject.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneProperties.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:14:23: warning: static property 'contoursRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let contoursRule = ArrayRule(minItems: 1, maxItems: 4, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:14:23: note: add '@MainActor' to make static property 'contoursRule' part of global actor 'MainActor'
    public static let contoursRule = ArrayRule(minItems: 1, maxItems: 4, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let contoursRule = ArrayRule(minItems: 1, maxItems: 4, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:15:23: warning: static property 'denoiseRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let denoiseRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:15:23: note: add '@MainActor' to make static property 'denoiseRule' part of global actor 'MainActor'
    public static let denoiseRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let denoiseRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneResponse.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ ValhallaModels (in target 'ValhallaModels' from project 'ValhallaModels')
EmitSwiftModule normal arm64 (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:14:23: warning: static property 'useLivingStreetsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:14:23: note: add '@MainActor' to make static property 'useLivingStreetsRule' part of global actor 'MainActor'
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:15:23: warning: static property 'useFerryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:15:23: note: add '@MainActor' to make static property 'useFerryRule' part of global actor 'MainActor'
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:16:23: warning: static property 'useHighwaysRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:16:23: note: add '@MainActor' to make static property 'useHighwaysRule' part of global actor 'MainActor'
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:17:23: warning: static property 'useTollsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:17:23: note: add '@MainActor' to make static property 'useTollsRule' part of global actor 'MainActor'
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:18:23: warning: static property 'useTracksRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:18:23: note: add '@MainActor' to make static property 'useTracksRule' part of global actor 'MainActor'
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:19:23: warning: static property 'topSpeedRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:19:23: note: add '@MainActor' to make static property 'topSpeedRule' part of global actor 'MainActor'
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/AutoCostingOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BaseCostingOptions.swift:14:23: warning: static property 'useLivingStreetsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BaseCostingOptions.swift:14:23: note: add '@MainActor' to make static property 'useLivingStreetsRule' part of global actor 'MainActor'
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BaseCostingOptions.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BaseCostingOptions.swift:15:23: warning: static property 'useFerryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BaseCostingOptions.swift:15:23: note: add '@MainActor' to make static property 'useFerryRule' part of global actor 'MainActor'
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BaseCostingOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:21:23: warning: static property 'useLivingStreetsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:21:23: note: add '@MainActor' to make static property 'useLivingStreetsRule' part of global actor 'MainActor'
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:22:23: warning: static property 'useFerryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:22:23: note: add '@MainActor' to make static property 'useFerryRule' part of global actor 'MainActor'
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:23:23: warning: static property 'useRoadsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useRoadsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:23:23: note: add '@MainActor' to make static property 'useRoadsRule' part of global actor 'MainActor'
    public static let useRoadsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useRoadsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:24:23: warning: static property 'useHillsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:24:23: note: add '@MainActor' to make static property 'useHillsRule' part of global actor 'MainActor'
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:25:23: warning: static property 'avoidBadSurfacesRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let avoidBadSurfacesRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:25:23: note: add '@MainActor' to make static property 'avoidBadSurfacesRule' part of global actor 'MainActor'
    public static let avoidBadSurfacesRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/BicycleCostingOptions.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let avoidBadSurfacesRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/HeightRequest.swift:19:23: warning: static property 'heightPrecisionRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let heightPrecisionRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 2, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/HeightRequest.swift:19:23: note: add '@MainActor' to make static property 'heightPrecisionRule' part of global actor 'MainActor'
    public static let heightPrecisionRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 2, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/HeightRequest.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let heightPrecisionRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 2, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:14:23: warning: static property 'contoursRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let contoursRule = ArrayRule(minItems: 1, maxItems: 4, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:14:23: note: add '@MainActor' to make static property 'contoursRule' part of global actor 'MainActor'
    public static let contoursRule = ArrayRule(minItems: 1, maxItems: 4, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let contoursRule = ArrayRule(minItems: 1, maxItems: 4, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:15:23: warning: static property 'denoiseRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let denoiseRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:15:23: note: add '@MainActor' to make static property 'denoiseRule' part of global actor 'MainActor'
    public static let denoiseRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/IsochroneRequest.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let denoiseRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixRequest.swift:14:23: warning: static property 'sourcesRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sourcesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixRequest.swift:14:23: note: add '@MainActor' to make static property 'sourcesRule' part of global actor 'MainActor'
    public static let sourcesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixRequest.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sourcesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixRequest.swift:15:23: warning: static property 'targetsRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let targetsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixRequest.swift:15:23: note: add '@MainActor' to make static property 'targetsRule' part of global actor 'MainActor'
    public static let targetsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixRequest.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let targetsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixResponse.swift:14:23: warning: static property 'sourcesRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sourcesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixResponse.swift:14:23: note: add '@MainActor' to make static property 'sourcesRule' part of global actor 'MainActor'
    public static let sourcesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixResponse.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sourcesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixResponse.swift:15:23: warning: static property 'targetsRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let targetsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixResponse.swift:15:23: note: add '@MainActor' to make static property 'targetsRule' part of global actor 'MainActor'
    public static let targetsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixResponse.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let targetsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixResponse.swift:16:23: warning: static property 'sourcesToTargetsRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sourcesToTargetsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixResponse.swift:16:23: note: add '@MainActor' to make static property 'sourcesToTargetsRule' part of global actor 'MainActor'
    public static let sourcesToTargetsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MatrixResponse.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sourcesToTargetsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:14:23: warning: static property 'useLivingStreetsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:14:23: note: add '@MainActor' to make static property 'useLivingStreetsRule' part of global actor 'MainActor'
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:15:23: warning: static property 'useFerryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:15:23: note: add '@MainActor' to make static property 'useFerryRule' part of global actor 'MainActor'
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:16:23: warning: static property 'useHighwaysRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:16:23: note: add '@MainActor' to make static property 'useHighwaysRule' part of global actor 'MainActor'
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:17:23: warning: static property 'useTollsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:17:23: note: add '@MainActor' to make static property 'useTollsRule' part of global actor 'MainActor'
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:18:23: warning: static property 'useTracksRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:18:23: note: add '@MainActor' to make static property 'useTracksRule' part of global actor 'MainActor'
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:19:23: warning: static property 'topSpeedRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:19:23: note: add '@MainActor' to make static property 'topSpeedRule' part of global actor 'MainActor'
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:20:23: warning: static property 'usePrimaryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let usePrimaryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:20:23: note: add '@MainActor' to make static property 'usePrimaryRule' part of global actor 'MainActor'
    public static let usePrimaryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let usePrimaryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:21:23: warning: static property 'useHillsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:21:23: note: add '@MainActor' to make static property 'useHillsRule' part of global actor 'MainActor'
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorScooterCostingOptions.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:14:23: warning: static property 'useLivingStreetsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:14:23: note: add '@MainActor' to make static property 'useLivingStreetsRule' part of global actor 'MainActor'
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:15:23: warning: static property 'useFerryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:15:23: note: add '@MainActor' to make static property 'useFerryRule' part of global actor 'MainActor'
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:16:23: warning: static property 'useHighwaysRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:16:23: note: add '@MainActor' to make static property 'useHighwaysRule' part of global actor 'MainActor'
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:17:23: warning: static property 'useTollsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:17:23: note: add '@MainActor' to make static property 'useTollsRule' part of global actor 'MainActor'
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:18:23: warning: static property 'useTracksRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:18:23: note: add '@MainActor' to make static property 'useTracksRule' part of global actor 'MainActor'
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:19:23: warning: static property 'topSpeedRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:19:23: note: add '@MainActor' to make static property 'topSpeedRule' part of global actor 'MainActor'
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:20:23: warning: static property 'useTrailsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTrailsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:20:23: note: add '@MainActor' to make static property 'useTrailsRule' part of global actor 'MainActor'
    public static let useTrailsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/MotorcycleCostingOptions.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTrailsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/NearestRoadsRequest.swift:14:23: warning: static property 'locationsRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locationsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/NearestRoadsRequest.swift:14:23: note: add '@MainActor' to make static property 'locationsRule' part of global actor 'MainActor'
    public static let locationsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/NearestRoadsRequest.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locationsRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/OptimizedRouteRequest.swift:14:23: warning: static property 'locationsRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locationsRule = ArrayRule(minItems: 3, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/OptimizedRouteRequest.swift:14:23: note: add '@MainActor' to make static property 'locationsRule' part of global actor 'MainActor'
    public static let locationsRule = ArrayRule(minItems: 3, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/OptimizedRouteRequest.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locationsRule = ArrayRule(minItems: 3, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:14:23: warning: static property 'walkingSpeedRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let walkingSpeedRule = NumericRule<Double>(minimum: 0.5, exclusiveMinimum: false, maximum: 25, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:14:23: note: add '@MainActor' to make static property 'walkingSpeedRule' part of global actor 'MainActor'
    public static let walkingSpeedRule = NumericRule<Double>(minimum: 0.5, exclusiveMinimum: false, maximum: 25, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let walkingSpeedRule = NumericRule<Double>(minimum: 0.5, exclusiveMinimum: false, maximum: 25, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:15:23: warning: static property 'useFerryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:15:23: note: add '@MainActor' to make static property 'useFerryRule' part of global actor 'MainActor'
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:16:23: warning: static property 'useLivingStreetsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:16:23: note: add '@MainActor' to make static property 'useLivingStreetsRule' part of global actor 'MainActor'
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:17:23: warning: static property 'useTracksRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:17:23: note: add '@MainActor' to make static property 'useTracksRule' part of global actor 'MainActor'
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:18:23: warning: static property 'useHillsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:18:23: note: add '@MainActor' to make static property 'useHillsRule' part of global actor 'MainActor'
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:19:23: warning: static property 'useLitRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLitRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:19:23: note: add '@MainActor' to make static property 'useLitRule' part of global actor 'MainActor'
    public static let useLitRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLitRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:20:23: warning: static property 'maxHikingDifficultyRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let maxHikingDifficultyRule = NumericRule<Int>(minimum: 1, exclusiveMinimum: false, maximum: 6, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:20:23: note: add '@MainActor' to make static property 'maxHikingDifficultyRule' part of global actor 'MainActor'
    public static let maxHikingDifficultyRule = NumericRule<Int>(minimum: 1, exclusiveMinimum: false, maximum: 6, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let maxHikingDifficultyRule = NumericRule<Int>(minimum: 1, exclusiveMinimum: false, maximum: 6, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteLeg.swift:14:23: warning: static property 'maneuversRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let maneuversRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteLeg.swift:14:23: note: add '@MainActor' to make static property 'maneuversRule' part of global actor 'MainActor'
    public static let maneuversRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteLeg.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let maneuversRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteRequest.swift:14:23: warning: static property 'locationsRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locationsRule = ArrayRule(minItems: 2, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteRequest.swift:14:23: note: add '@MainActor' to make static property 'locationsRule' part of global actor 'MainActor'
    public static let locationsRule = ArrayRule(minItems: 2, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteRequest.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locationsRule = ArrayRule(minItems: 2, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingResponseWaypoint.swift:21:23: warning: static property 'originalIndexRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalIndexRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingResponseWaypoint.swift:21:23: note: add '@MainActor' to make static property 'originalIndexRule' part of global actor 'MainActor'
    public static let originalIndexRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingResponseWaypoint.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalIndexRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:27:23: warning: static property 'headingRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let headingRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:27:23: note: add '@MainActor' to make static property 'headingRule' part of global actor 'MainActor'
    public static let headingRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let headingRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:28:23: warning: static property 'headingToleranceRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let headingToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:28:23: note: add '@MainActor' to make static property 'headingToleranceRule' part of global actor 'MainActor'
    public static let headingToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let headingToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:29:23: warning: static property 'minimumReachabilityRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let minimumReachabilityRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:29:23: note: add '@MainActor' to make static property 'minimumReachabilityRule' part of global actor 'MainActor'
    public static let minimumReachabilityRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minimumReachabilityRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:30:23: warning: static property 'radiusRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let radiusRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:30:23: note: add '@MainActor' to make static property 'radiusRule' part of global actor 'MainActor'
    public static let radiusRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let radiusRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:31:23: warning: static property 'nodeSnapToleranceRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nodeSnapToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:31:23: note: add '@MainActor' to make static property 'nodeSnapToleranceRule' part of global actor 'MainActor'
    public static let nodeSnapToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nodeSnapToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:32:23: warning: static property 'streetSideToleranceRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let streetSideToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:32:23: note: add '@MainActor' to make static property 'streetSideToleranceRule' part of global actor 'MainActor'
    public static let streetSideToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let streetSideToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:33:23: warning: static property 'streetSideMaxDistanceRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let streetSideMaxDistanceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:33:23: note: add '@MainActor' to make static property 'streetSideMaxDistanceRule' part of global actor 'MainActor'
    public static let streetSideMaxDistanceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let streetSideMaxDistanceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeFilterOptions.swift:19:23: warning: static property 'attributesRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let attributesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeFilterOptions.swift:19:23: note: add '@MainActor' to make static property 'attributesRule' part of global actor 'MainActor'
    public static let attributesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeFilterOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let attributesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesBaseResponse.swift:14:23: warning: static property 'confidenceScoreRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesBaseResponse.swift:14:23: note: add '@MainActor' to make static property 'confidenceScoreRule' part of global actor 'MainActor'
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesBaseResponse.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesResponse.swift:14:23: warning: static property 'confidenceScoreRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesResponse.swift:14:23: note: add '@MainActor' to make static property 'confidenceScoreRule' part of global actor 'MainActor'
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesResponse.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:14:23: warning: static property 'useLivingStreetsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:14:23: note: add '@MainActor' to make static property 'useLivingStreetsRule' part of global actor 'MainActor'
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:15:23: warning: static property 'useFerryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:15:23: note: add '@MainActor' to make static property 'useFerryRule' part of global actor 'MainActor'
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:16:23: warning: static property 'useHighwaysRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:16:23: note: add '@MainActor' to make static property 'useHighwaysRule' part of global actor 'MainActor'
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:17:23: warning: static property 'useTollsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:17:23: note: add '@MainActor' to make static property 'useTollsRule' part of global actor 'MainActor'
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:18:23: warning: static property 'useTracksRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:18:23: note: add '@MainActor' to make static property 'useTracksRule' part of global actor 'MainActor'
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:19:23: warning: static property 'topSpeedRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:19:23: note: add '@MainActor' to make static property 'topSpeedRule' part of global actor 'MainActor'
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NodeType.swift,\ OptimizedRouteRequest.swift,\ PedestrianCostingOptions.swift,\ Restrictions.swift,\ RoadClass.swift,\ RouteLeg.swift,\ RouteManeuver.swift,\ RouteRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/NodeType.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/OptimizedRouteRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/Restrictions.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoadClass.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteLeg.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteManeuver.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteRequest.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/NodeType.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/OptimizedRouteRequest.swift:14:23: warning: static property 'locationsRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locationsRule = ArrayRule(minItems: 3, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/OptimizedRouteRequest.swift:14:23: note: add '@MainActor' to make static property 'locationsRule' part of global actor 'MainActor'
    public static let locationsRule = ArrayRule(minItems: 3, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/OptimizedRouteRequest.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locationsRule = ArrayRule(minItems: 3, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:14:23: warning: static property 'walkingSpeedRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let walkingSpeedRule = NumericRule<Double>(minimum: 0.5, exclusiveMinimum: false, maximum: 25, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:14:23: note: add '@MainActor' to make static property 'walkingSpeedRule' part of global actor 'MainActor'
    public static let walkingSpeedRule = NumericRule<Double>(minimum: 0.5, exclusiveMinimum: false, maximum: 25, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let walkingSpeedRule = NumericRule<Double>(minimum: 0.5, exclusiveMinimum: false, maximum: 25, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:15:23: warning: static property 'useFerryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:15:23: note: add '@MainActor' to make static property 'useFerryRule' part of global actor 'MainActor'
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:16:23: warning: static property 'useLivingStreetsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:16:23: note: add '@MainActor' to make static property 'useLivingStreetsRule' part of global actor 'MainActor'
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:17:23: warning: static property 'useTracksRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:17:23: note: add '@MainActor' to make static property 'useTracksRule' part of global actor 'MainActor'
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:18:23: warning: static property 'useHillsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:18:23: note: add '@MainActor' to make static property 'useHillsRule' part of global actor 'MainActor'
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useHillsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:19:23: warning: static property 'useLitRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLitRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:19:23: note: add '@MainActor' to make static property 'useLitRule' part of global actor 'MainActor'
    public static let useLitRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLitRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:20:23: warning: static property 'maxHikingDifficultyRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let maxHikingDifficultyRule = NumericRule<Int>(minimum: 1, exclusiveMinimum: false, maximum: 6, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:20:23: note: add '@MainActor' to make static property 'maxHikingDifficultyRule' part of global actor 'MainActor'
    public static let maxHikingDifficultyRule = NumericRule<Int>(minimum: 1, exclusiveMinimum: false, maximum: 6, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/PedestrianCostingOptions.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let maxHikingDifficultyRule = NumericRule<Int>(minimum: 1, exclusiveMinimum: false, maximum: 6, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/Restrictions.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteLeg.swift:14:23: warning: static property 'maneuversRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let maneuversRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteLeg.swift:14:23: note: add '@MainActor' to make static property 'maneuversRule' part of global actor 'MainActor'
    public static let maneuversRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteLeg.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let maneuversRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteManeuver.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteRequest.swift:14:23: warning: static property 'locationsRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locationsRule = ArrayRule(minItems: 2, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteRequest.swift:14:23: note: add '@MainActor' to make static property 'locationsRule' part of global actor 'MainActor'
    public static let locationsRule = ArrayRule(minItems: 2, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteRequest.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locationsRule = ArrayRule(minItems: 2, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TraceAttributeFilterOptions.swift,\ TraceAttributeKey.swift,\ TraceAttributesBaseResponse.swift,\ TraceAttributesRequest.swift,\ TraceAttributesResponse.swift,\ TraceEdge.swift,\ TravelMode.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeFilterOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeKey.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesBaseResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceEdge.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TravelMode.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeFilterOptions.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeFilterOptions.swift:19:23: warning: static property 'attributesRule' is not concurrency-safe because non-'Sendable' type 'ArrayRule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let attributesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:23:15: note: consider making struct 'ArrayRule' conform to the 'Sendable' protocol
public struct ArrayRule {
              ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeFilterOptions.swift:19:23: note: add '@MainActor' to make static property 'attributesRule' part of global actor 'MainActor'
    public static let attributesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeFilterOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let attributesRule = ArrayRule(minItems: 1, maxItems: nil, uniqueItems: false)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributeKey.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesBaseResponse.swift:14:23: warning: static property 'confidenceScoreRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesBaseResponse.swift:14:23: note: add '@MainActor' to make static property 'confidenceScoreRule' part of global actor 'MainActor'
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesBaseResponse.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesRequest.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesResponse.swift:14:23: warning: static property 'confidenceScoreRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesResponse.swift:14:23: note: add '@MainActor' to make static property 'confidenceScoreRule' part of global actor 'MainActor'
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceAttributesResponse.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let confidenceScoreRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TraceEdge.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ Traversability.swift,\ TruckCostingOptions.swift,\ TzResponse.swift,\ ValhallaLanguages.swift,\ ValhallaLongUnits.swift,\ Warning.swift,\ Validation.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/Traversability.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TzResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/ValhallaLanguages.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/ValhallaLongUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/Warning.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/Traversability.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:14:23: warning: static property 'useLivingStreetsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:14:23: note: add '@MainActor' to make static property 'useLivingStreetsRule' part of global actor 'MainActor'
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useLivingStreetsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:15:23: warning: static property 'useFerryRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:15:23: note: add '@MainActor' to make static property 'useFerryRule' part of global actor 'MainActor'
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useFerryRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:16:23: warning: static property 'useHighwaysRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:16:23: note: add '@MainActor' to make static property 'useHighwaysRule' part of global actor 'MainActor'
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useHighwaysRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:17:23: warning: static property 'useTollsRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:17:23: note: add '@MainActor' to make static property 'useTollsRule' part of global actor 'MainActor'
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTollsRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:18:23: warning: static property 'useTracksRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:18:23: note: add '@MainActor' to make static property 'useTracksRule' part of global actor 'MainActor'
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useTracksRule = NumericRule<Double>(minimum: 0, exclusiveMinimum: false, maximum: 1, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:19:23: warning: static property 'topSpeedRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:19:23: note: add '@MainActor' to make static property 'topSpeedRule' part of global actor 'MainActor'
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TruckCostingOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let topSpeedRule = NumericRule<Int>(minimum: 10, exclusiveMinimum: false, maximum: 252, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/TzResponse.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 Compiling\ RouteResponse.swift,\ RouteResponseTrip.swift,\ RouteSummary.swift,\ RoutingResponseWaypoint.swift,\ RoutingWaypoint.swift,\ RoutingWaypointAllOfSearchFilter.swift,\ SimpleRoutingWaypoint.swift,\ Speeds.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteResponseTrip.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingResponseWaypoint.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypointAllOfSearchFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/SimpleRoutingWaypoint.swift /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/Speeds.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RouteResponse.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingResponseWaypoint.swift:21:23: warning: static property 'originalIndexRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalIndexRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingResponseWaypoint.swift:21:23: note: add '@MainActor' to make static property 'originalIndexRule' part of global actor 'MainActor'
    public static let originalIndexRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingResponseWaypoint.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalIndexRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:27:23: warning: static property 'headingRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let headingRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:27:23: note: add '@MainActor' to make static property 'headingRule' part of global actor 'MainActor'
    public static let headingRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let headingRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:28:23: warning: static property 'headingToleranceRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let headingToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:28:23: note: add '@MainActor' to make static property 'headingToleranceRule' part of global actor 'MainActor'
    public static let headingToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let headingToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: 360, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:29:23: warning: static property 'minimumReachabilityRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let minimumReachabilityRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:29:23: note: add '@MainActor' to make static property 'minimumReachabilityRule' part of global actor 'MainActor'
    public static let minimumReachabilityRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minimumReachabilityRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:30:23: warning: static property 'radiusRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let radiusRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:30:23: note: add '@MainActor' to make static property 'radiusRule' part of global actor 'MainActor'
    public static let radiusRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let radiusRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:31:23: warning: static property 'nodeSnapToleranceRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nodeSnapToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:31:23: note: add '@MainActor' to make static property 'nodeSnapToleranceRule' part of global actor 'MainActor'
    public static let nodeSnapToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nodeSnapToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:32:23: warning: static property 'streetSideToleranceRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let streetSideToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:32:23: note: add '@MainActor' to make static property 'streetSideToleranceRule' part of global actor 'MainActor'
    public static let streetSideToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let streetSideToleranceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:33:23: warning: static property 'streetSideMaxDistanceRule' is not concurrency-safe because non-'Sendable' type 'NumericRule<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let streetSideMaxDistanceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Support/Validation.swift:15:15: note: consider making generic struct 'NumericRule' conform to the 'Sendable' protocol
public struct NumericRule<T: Comparable & Numeric> {
              ^
                                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:33:23: note: add '@MainActor' to make static property 'streetSideMaxDistanceRule' part of global actor 'MainActor'
    public static let streetSideMaxDistanceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypoint.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let streetSideMaxDistanceRule = NumericRule<Int>(minimum: 0, exclusiveMinimum: false, maximum: nil, exclusiveMaximum: false, multipleOf: nil)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ValhallaModels/Models/RoutingWaypointAllOfSearchFilter.swift (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Contour.swift, Coordinate.swift, CostingModel.swift, CostingOptions.swift, DirectionsOptions.swift, DistanceUnit.swift, EdgeSign.swift, EdgeUse.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftDriver\ Compilation AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
    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 AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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 -suppress-warnings -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.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/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ManeuverSign.swift, ManeuverSignElement.swift, MapMatchCostingModel.swift, MapMatchRequest.swift, MapMatchRouteResponse.swift, MapMatchTraceOptions.swift, MapMatchWaypoint.swift, MatchedPoint.swift (in target 'ValhallaModels' from project 'ValhallaModels')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o normal (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o
SwiftDriverJobDiscovery normal arm64 Compiling Traversability.swift, TruckCostingOptions.swift, TzResponse.swift, ValhallaLanguages.swift, ValhallaLongUnits.swift, Warning.swift, Validation.swift (in target 'ValhallaModels' from project 'ValhallaModels')
ExtractAppIntentsMetadata (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /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 AnyCodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier anycodable.AnyCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-10 14:28:09.227 appintentsmetadataprocessor[796:4628] Starting appintentsmetadataprocessor export
2026-03-10 14:28:09.272 appintentsmetadataprocessor[796:4628] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling EndNode.swift, GeoAttributes.swift, HeightRequest.swift, HeightResponse.swift, HighwayClassification.swift, IntersectingEdge.swift, IsochroneCostingModel.swift, IsochroneFeature.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftDriverJobDiscovery normal arm64 Compiling MatrixCostingModel.swift, MatrixDistance.swift, MatrixRequest.swift, MatrixResponse.swift, MotorScooterCostingOptions.swift, MotorcycleCostingOptions.swift, NearestRoadsRequest.swift, NodeId.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftDriverJobDiscovery normal arm64 Compiling NodeType.swift, OptimizedRouteRequest.swift, PedestrianCostingOptions.swift, Restrictions.swift, RoadClass.swift, RouteLeg.swift, RouteManeuver.swift, RouteRequest.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftDriverJobDiscovery normal arm64 Compiling TraceAttributeFilterOptions.swift, TraceAttributeKey.swift, TraceAttributesBaseResponse.swift, TraceAttributesRequest.swift, TraceAttributesResponse.swift, TraceEdge.swift, TravelMode.swift (in target 'ValhallaModels' from project 'ValhallaModels')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o
SwiftDriverJobDiscovery normal arm64 Compiling IsochroneProperties.swift, IsochroneRequest.swift, IsochroneResponse.swift, LocateDetailedEdge.swift, LocateEdge.swift, LocateEdgeInfo.swift, LocateNode.swift, LocateObject.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftDriverJobDiscovery normal arm64 Compiling Access.swift, AdminRegion.swift, Administrative.swift, AutoCostingOptions.swift, BaseCostingOptions.swift, BaseTraceRequest.swift, BicycleCostingOptions.swift, BikeNetwork.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftDriverJobDiscovery normal arm64 Emitting module for ValhallaModels (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftDriver\ Compilation\ Requirements ValhallaModels normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ValhallaModels' from project 'ValhallaModels')
    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 ValhallaModels -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels-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/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.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/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels-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-appletvos/ValhallaModels-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels-Swift.h (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ValhallaModels-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.swiftdoc (in target 'ValhallaModels' from project 'ValhallaModels')
    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/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.swiftmodule (in target 'ValhallaModels' from project 'ValhallaModels')
    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/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.abi.json (in target 'ValhallaModels' from project 'ValhallaModels')
    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/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.swiftsourceinfo (in target 'ValhallaModels' from project 'ValhallaModels')
    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/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling RouteResponse.swift, RouteResponseTrip.swift, RouteSummary.swift, RoutingResponseWaypoint.swift, RoutingWaypoint.swift, RoutingWaypointAllOfSearchFilter.swift, SimpleRoutingWaypoint.swift, Speeds.swift (in target 'ValhallaModels' from project 'ValhallaModels')
SwiftDriver\ Compilation ValhallaModels normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ValhallaModels' from project 'ValhallaModels')
    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 ValhallaModels -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels-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/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.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/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels-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-appletvos/ValhallaModels.o normal (in target 'ValhallaModels' from project 'ValhallaModels')
    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-tvos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.o
ExtractAppIntentsMetadata (in target 'ValhallaModels' from project 'ValhallaModels')
    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 ValhallaModels --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.ValhallaModels --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/ValhallaModels.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/ValhallaModels.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ValhallaModels.build/Debug-appletvos/ValhallaModels.build/Objects-normal/arm64/ValhallaModels.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-10 14:28:09.741 appintentsmetadataprocessor[799:4682] Starting appintentsmetadataprocessor export
2026-03-10 14:28:09.777 appintentsmetadataprocessor[799:4682] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.o (in target 'ValhallaModels' from project 'ValhallaModels')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ValhallaModels.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    }
  ],
  "manifest_display_name" : "ValhallaModels",
  "name" : "ValhallaModels",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ValhallaModels",
      "targets" : [
        "ValhallaModels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ValhallaConfigModels",
      "targets" : [
        "ValhallaConfigModels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValhallaModels",
      "module_type" : "SwiftTarget",
      "name" : "ValhallaModels",
      "path" : "Sources/ValhallaModels",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "ValhallaModels"
      ],
      "sources" : [
        "Models/Access.swift",
        "Models/AdminRegion.swift",
        "Models/Administrative.swift",
        "Models/AutoCostingOptions.swift",
        "Models/BaseCostingOptions.swift",
        "Models/BaseTraceRequest.swift",
        "Models/BicycleCostingOptions.swift",
        "Models/BikeNetwork.swift",
        "Models/Contour.swift",
        "Models/Coordinate.swift",
        "Models/CostingModel.swift",
        "Models/CostingOptions.swift",
        "Models/DirectionsOptions.swift",
        "Models/DistanceUnit.swift",
        "Models/EdgeSign.swift",
        "Models/EdgeUse.swift",
        "Models/EndNode.swift",
        "Models/GeoAttributes.swift",
        "Models/HeightRequest.swift",
        "Models/HeightResponse.swift",
        "Models/HighwayClassification.swift",
        "Models/IntersectingEdge.swift",
        "Models/IsochroneCostingModel.swift",
        "Models/IsochroneFeature.swift",
        "Models/IsochroneProperties.swift",
        "Models/IsochroneRequest.swift",
        "Models/IsochroneResponse.swift",
        "Models/LocateDetailedEdge.swift",
        "Models/LocateEdge.swift",
        "Models/LocateEdgeInfo.swift",
        "Models/LocateNode.swift",
        "Models/LocateObject.swift",
        "Models/ManeuverSign.swift",
        "Models/ManeuverSignElement.swift",
        "Models/MapMatchCostingModel.swift",
        "Models/MapMatchRequest.swift",
        "Models/MapMatchRouteResponse.swift",
        "Models/MapMatchTraceOptions.swift",
        "Models/MapMatchWaypoint.swift",
        "Models/MatchedPoint.swift",
        "Models/MatrixCostingModel.swift",
        "Models/MatrixDistance.swift",
        "Models/MatrixRequest.swift",
        "Models/MatrixResponse.swift",
        "Models/MotorScooterCostingOptions.swift",
        "Models/MotorcycleCostingOptions.swift",
        "Models/NearestRoadsRequest.swift",
        "Models/NodeId.swift",
        "Models/NodeType.swift",
        "Models/OptimizedRouteRequest.swift",
        "Models/PedestrianCostingOptions.swift",
        "Models/Restrictions.swift",
        "Models/RoadClass.swift",
        "Models/RouteLeg.swift",
        "Models/RouteManeuver.swift",
        "Models/RouteRequest.swift",
        "Models/RouteResponse.swift",
        "Models/RouteResponseTrip.swift",
        "Models/RouteSummary.swift",
        "Models/RoutingResponseWaypoint.swift",
        "Models/RoutingWaypoint.swift",
        "Models/RoutingWaypointAllOfSearchFilter.swift",
        "Models/SimpleRoutingWaypoint.swift",
        "Models/Speeds.swift",
        "Models/TraceAttributeFilterOptions.swift",
        "Models/TraceAttributeKey.swift",
        "Models/TraceAttributesBaseResponse.swift",
        "Models/TraceAttributesRequest.swift",
        "Models/TraceAttributesResponse.swift",
        "Models/TraceEdge.swift",
        "Models/TravelMode.swift",
        "Models/Traversability.swift",
        "Models/TruckCostingOptions.swift",
        "Models/TzResponse.swift",
        "Models/ValhallaLanguages.swift",
        "Models/ValhallaLongUnits.swift",
        "Models/Warning.swift",
        "Support/Validation.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ValhallaConfigModels",
      "module_type" : "SwiftTarget",
      "name" : "ValhallaConfigModels",
      "path" : "Sources/ValhallaConfigModels",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "ValhallaConfigModels"
      ],
      "sources" : [
        "Models/AdditionalData.swift",
        "Models/HeirarchyLimits.swift",
        "Models/HeirarchyLimitsExpandWithinDistance.swift",
        "Models/HeirarchyLimitsMaxUpTransitions.swift",
        "Models/Httpd.swift",
        "Models/HttpdService.swift",
        "Models/Logging.swift",
        "Models/Loki.swift",
        "Models/LokiLogging.swift",
        "Models/LokiService.swift",
        "Models/LokiServiceDefaults.swift",
        "Models/Meili.swift",
        "Models/MeiliAuto.swift",
        "Models/MeiliBicycle.swift",
        "Models/MeiliDefault.swift",
        "Models/MeiliGrid.swift",
        "Models/MeiliMultimodal.swift",
        "Models/MeiliPedestrian.swift",
        "Models/MeiliService.swift",
        "Models/Mjolnir.swift",
        "Models/MjolnirDataProcessing.swift",
        "Models/Odin.swift",
        "Models/OdinMarkupFormatter.swift",
        "Models/OdinService.swift",
        "Models/ServiceLimits.swift",
        "Models/ServiceLimitsAuto.swift",
        "Models/ServiceLimitsBicycle.swift",
        "Models/ServiceLimitsBus.swift",
        "Models/ServiceLimitsCentroid.swift",
        "Models/ServiceLimitsHeirarchyLimits.swift",
        "Models/ServiceLimitsHeirarchyLimitsBidirectionalAstar.swift",
        "Models/ServiceLimitsHeirarchyLimitsCostmatrix.swift",
        "Models/ServiceLimitsHeirarchyLimitsCostmatrixMaxExpandWithinDistance.swift",
        "Models/ServiceLimitsIsochrone.swift",
        "Models/ServiceLimitsMultimodal.swift",
        "Models/ServiceLimitsPedestrian.swift",
        "Models/ServiceLimitsSkadi.swift",
        "Models/ServiceLimitsStatus.swift",
        "Models/ServiceLimitsTrace.swift",
        "Models/Statsd.swift",
        "Models/Thor.swift",
        "Models/ThorBidirectionalAstar.swift",
        "Models/ThorCostmatrix.swift",
        "Models/ThorLogging.swift",
        "Models/ThorService.swift",
        "Models/ThorUnidirectionalAstar.swift",
        "Models/ValhallaConfig.swift",
        "Support/Validation.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "sources" : [
        "TestModelCodegen.swift"
      ],
      "target_dependencies" : [
        "ValhallaModels",
        "ValhallaConfigModels"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.8"
}
Done.