The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AnyPropertyMapping with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/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/snofla/AnyPropertyMapping.git
Reference: 1.1.3
Cloned https://github.com/snofla/AnyPropertyMapping.git into spi-builder-workspace
SUCCESS checkout https://github.com/snofla/AnyPropertyMapping.git at 1.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/14] Compiling AnyPropertyMapping PropertyTransformers.swift
[2/15] Compiling AnyPropertyMapping PropertyTransformer+Privates.swift
[3/15] Compiling AnyPropertyMapping PropertyTransformer.swift
[4/15] Compiling AnyPropertyMapping PropertyMappingBox+Privates.swift
[5/15] Compiling AnyPropertyMapping PropertyMappingBox.swift
[6/15] Compiling AnyPropertyMapping PropertyMapping+_Swift 5.5_.swift
[7/15] Compiling AnyPropertyMapping PropertyMapping.swift
[8/15] Compiling AnyPropertyMapping PropertyMapping+Privates.swift
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:13:47: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingTransformerBoxAsIs<L: AnyObject, R: AnyObject, LV: Equatable, RV: Equatable>: _PropertyMappingBox {
                                              ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:13:61: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingTransformerBoxAsIs<L: AnyObject, R: AnyObject, LV: Equatable, RV: Equatable>: _PropertyMappingBox {
                                                            ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:75:59: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalLhs<L: AnyObject, R: AnyObject, LV: Equatable & DefaultConstructable, RV: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                          ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:75:73: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalLhs<L: AnyObject, R: AnyObject, LV: Equatable & DefaultConstructable, RV: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                                        ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:149:59: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalRhs<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                          ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:149:73: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalRhs<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                                        ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:222:60: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalBoth<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                           ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:222:74: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalBoth<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                                         ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
[9/15] Compiling AnyPropertyMapping PropertyMapping+TransformerBox.swift
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:13:47: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingTransformerBoxAsIs<L: AnyObject, R: AnyObject, LV: Equatable, RV: Equatable>: _PropertyMappingBox {
                                              ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:13:61: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingTransformerBoxAsIs<L: AnyObject, R: AnyObject, LV: Equatable, RV: Equatable>: _PropertyMappingBox {
                                                            ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:75:59: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalLhs<L: AnyObject, R: AnyObject, LV: Equatable & DefaultConstructable, RV: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                          ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:75:73: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalLhs<L: AnyObject, R: AnyObject, LV: Equatable & DefaultConstructable, RV: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                                        ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:149:59: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalRhs<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                          ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:149:73: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalRhs<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                                        ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:222:60: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalBoth<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                           ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:222:74: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalBoth<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                                         ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
[10/15] Compiling AnyPropertyMapping DefaultConstuctable.swift
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:15:36: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingBoxAsIs<L: AnyObject, R: AnyObject, V: Equatable>: _PropertyMappingBox {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:15:50: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingBoxAsIs<L: AnyObject, R: AnyObject, V: Equatable>: _PropertyMappingBox {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:51:48: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalLhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                               ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:51:62: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalLhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                             ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:115:48: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalRhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                               ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:115:62: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalRhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                             ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:175:49: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalBoth<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:175:63: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalBoth<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                              ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
[11/15] Compiling AnyPropertyMapping PropertyMapping+Box.swift
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:15:36: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingBoxAsIs<L: AnyObject, R: AnyObject, V: Equatable>: _PropertyMappingBox {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:15:50: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingBoxAsIs<L: AnyObject, R: AnyObject, V: Equatable>: _PropertyMappingBox {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:51:48: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalLhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                               ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:51:62: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalLhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                             ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:115:48: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalRhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                               ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:115:62: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalRhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                             ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:175:49: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalBoth<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:175:63: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalBoth<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                              ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
[12/15] Compiling AnyPropertyMapping Sequence+PropertyMapping.swift
[13/15] Emitting module AnyPropertyMapping
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:15:36: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingBoxAsIs<L: AnyObject, R: AnyObject, V: Equatable>: _PropertyMappingBox {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:15:50: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingBoxAsIs<L: AnyObject, R: AnyObject, V: Equatable>: _PropertyMappingBox {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:51:48: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalLhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                               ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:51:62: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalLhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                             ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:115:48: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalRhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                               ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:115:62: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalRhs<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                             ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:175:49: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalBoth<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+Box.swift:175:63: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingBoxOptionalBoth<L: AnyObject, R: AnyObject, V: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                              ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:13:47: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingTransformerBoxAsIs<L: AnyObject, R: AnyObject, LV: Equatable, RV: Equatable>: _PropertyMappingBox {
                                              ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:13:61: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct _PropertyMappingTransformerBoxAsIs<L: AnyObject, R: AnyObject, LV: Equatable, RV: Equatable>: _PropertyMappingBox {
                                                            ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:75:59: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalLhs<L: AnyObject, R: AnyObject, LV: Equatable & DefaultConstructable, RV: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                          ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:75:73: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalLhs<L: AnyObject, R: AnyObject, LV: Equatable & DefaultConstructable, RV: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                                        ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:149:59: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalRhs<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                          ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:149:73: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalRhs<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                                        ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:222:60: warning: generic parameter 'L' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalBoth<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                           ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:36: note: 'L' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                   ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping+TransformerBox.swift:222:74: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    final class _PropertyMappingTransformerBoxOptionalBoth<L: AnyObject, R: AnyObject, LValue: Equatable & DefaultConstructable, RValue: Equatable & DefaultConstructable>: _PropertyMappingBox {
                                                                         ^
/host/spi-builder-workspace/Sources/AnyPropertyMapping/PropertyMapping.swift:13:50: note: 'R' previously declared here
public final class PropertyMapping<L: AnyObject, R: AnyObject>: AnyPropertyMapping  {
                                                 ^
[14/15] Compiling AnyPropertyMapping AnyPropertyMapping.swift
[15/15] Compiling AnyPropertyMapping Array+AnyPropertyMapping.swift
Build complete! (10.20s)
Build complete.
Done.

Build Machine: Linux 1