The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Outlaw with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Molbie/Outlaw.git
Reference: master
Cloned https://github.com/Molbie/Outlaw.git into spi-builder-workspace
SUCCESS checkout https://github.com/Molbie/Outlaw.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/43] Emitting module Outlaw
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
[2/48] Compiling Outlaw UInt+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
[3/48] Compiling Outlaw URL+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
[4/48] Compiling Outlaw Array+ValueWithContext.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
[5/48] Compiling Outlaw Dictionary+ValueWithContext.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
[6/48] Compiling Outlaw Set+ValueWithContext.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Array+ValueWithContext.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext>(from object: Any, using context: Value.Context) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Dictionary+ValueWithContext.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: ValueWithContext, T>(from object: Any, using context: Value.Context, with transform:(Value?, Value.Context) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext>(from object: Any, using context: Element.Context) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element, Element.Context) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/ValueWithContext/Set+ValueWithContext.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: ValueWithContext, T>(from object: Any, using context: Element.Context, with transform:(Element?, Element.Context) -> T?) throws -> Set<T> {
                            ^
[7/48] Compiling Outlaw Key.swift
[8/48] Compiling Outlaw Array+IndexExtractable.swift
[9/48] Compiling Outlaw Index.swift
[10/48] Compiling Outlaw IndexExtractable+Enum.swift
[11/48] Compiling Outlaw IndexExtractable+Value.swift
[12/48] Compiling Outlaw IndexExtractable+ValueWithContext.swift
[13/48] Compiling Outlaw IndexExtractable.swift
[14/48] Compiling Outlaw OutlawError.swift
[15/48] Compiling Outlaw JSON.swift
[16/48] Compiling Outlaw JSONCollection.swift
[17/48] Compiling Outlaw JSONSerializable.swift
[18/48] Compiling Outlaw Deserializable.swift
[19/48] Compiling Outlaw ValueWithContext.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
[20/48] Compiling Outlaw Array.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
[21/48] Compiling Outlaw Dictionary.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
[22/48] Compiling Outlaw Set.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
[23/48] Compiling Outlaw Array+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
[24/48] Compiling Outlaw Bool+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:27:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> [Element?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:44:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:58:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> [T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:70:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> [T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Array+Value.swift:84:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> [T?] {
                            ^
[25/48] Compiling Outlaw IndexDeserializableWithContext.swift
[26/48] Compiling Outlaw IndexSerializable.swift
[27/48] Compiling Outlaw IndexSerializableWithContext.swift
[28/48] Compiling Outlaw IndexUpdatable.swift
[29/48] Compiling Outlaw IndexUpdatableWithContext.swift
[30/48] Compiling Outlaw Value.swift
[31/48] Compiling Outlaw DeserializableWithContext.swift
[32/48] Compiling Outlaw Serializable.swift
[33/48] Compiling Outlaw SerializableWithContext.swift
[34/48] Compiling Outlaw Updatable.swift
[35/48] Compiling Outlaw UpdatableWithContext.swift
[36/48] Compiling Outlaw IndexDeserializable.swift
[37/48] Compiling Outlaw Dictionary+map.swift
[38/48] Compiling Outlaw Dictionary+Extractable.swift
[39/48] Compiling Outlaw Extractable+Enum.swift
[40/48] Compiling Outlaw Extractable+Value.swift
[41/48] Compiling Outlaw Extractable+ValueWithContext.swift
[42/48] Compiling Outlaw Extractable.swift
[43/48] Compiling Outlaw Date+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
[44/48] Compiling Outlaw Dictionary+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
[45/48] Compiling Outlaw Float+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
[46/48] Compiling Outlaw Int+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
[47/48] Compiling Outlaw Set+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
[48/48] Compiling Outlaw String+Value.swift
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:13:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:27:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value>(from object: Any) throws -> [Key: Value?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:44:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:58:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) throws -> T) throws -> [Key: T] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:70:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Dictionary+Value.swift:84:29: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Value: Outlaw.Value, T>(from object: Any, with transform:(Value?) -> T?) throws -> [Key: T?] {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:13:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value>(from object: Any) throws -> Set<Element> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:23:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:28:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) throws -> T) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:33:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element) -> T?) throws -> Set<T> {
                            ^
/host/spi-builder-workspace/Sources/Outlaw/Types/Value/Set+Value.swift:38:29: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func mappedValue<Element: Value, T>(from object: Any, with transform:(Element?) -> T?) throws -> Set<T> {
                            ^
Build complete! (8.03s)
Build complete.
Done.

Build Machine: Linux 1