The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CodableProxies, reference main (107b8a), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 14:46:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/CodableProxies.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/CodableProxies
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 107b8ae 1.1.3
Cloned https://github.com/dankinsoid/CodableProxies.git
Revision (git rev-parse @):
107b8aee78ddb90ba775a902914caf2fd5d6f577
SUCCESS checkout https://github.com/dankinsoid/CodableProxies.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankinsoid/CodableProxies.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/36] Emitting module CodableProxies
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/DecoderProxy/DecoderWrapper.swift:642:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
633 | }
634 |
635 | private struct KeyedContainerDecoder<Key: CodingKey>: Decoder, SingleValueDecodingContainer {
    |                                      `- note: 'Key' previously declared here
636 |
637 | 	let key: Key
    :
640 | 	var codingPath: [CodingKey] { base.codingPath + [key] }
641 |
642 | 	func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
643 | 		try base.nestedContainer(keyedBy: type, forKey: key)
644 | 	}
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/EncoderProxy/EncoderWrapper.swift:550:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
535 | }
536 |
537 | private struct KeyedContainerEncoder<Key: CodingKey>: Encoder, SingleValueEncodingContainer {
    |                                      `- note: 'Key' previously declared here
538 |
539 | 	let key: Key
    :
548 | 	}
549 |
550 | 	func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
551 | 		base.nestedContainer(keyedBy: type, forKey: key)
552 | 	}
[4/39] Compiling CodableProxies ValueDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/EncoderProxy/EncoderWrapper.swift:550:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
535 | }
536 |
537 | private struct KeyedContainerEncoder<Key: CodingKey>: Encoder, SingleValueEncodingContainer {
    |                                      `- note: 'Key' previously declared here
538 |
539 | 	let key: Key
    :
548 | 	}
549 |
550 | 	func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
551 | 		base.nestedContainer(keyedBy: type, forKey: key)
552 | 	}
[5/39] Compiling CodableProxies EncoderIntrospect.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/EncoderProxy/EncoderWrapper.swift:550:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
535 | }
536 |
537 | private struct KeyedContainerEncoder<Key: CodingKey>: Encoder, SingleValueEncodingContainer {
    |                                      `- note: 'Key' previously declared here
538 |
539 | 	let key: Key
    :
548 | 	}
549 |
550 | 	func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
551 | 		base.nestedContainer(keyedBy: type, forKey: key)
552 | 	}
[6/39] Compiling CodableProxies EncoderProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/EncoderProxy/EncoderWrapper.swift:550:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
535 | }
536 |
537 | private struct KeyedContainerEncoder<Key: CodingKey>: Encoder, SingleValueEncodingContainer {
    |                                      `- note: 'Key' previously declared here
538 |
539 | 	let key: Key
    :
548 | 	}
549 |
550 | 	func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
551 | 		base.nestedContainer(keyedBy: type, forKey: key)
552 | 	}
[7/39] Compiling CodableProxies EncoderWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/EncoderProxy/EncoderWrapper.swift:550:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
535 | }
536 |
537 | private struct KeyedContainerEncoder<Key: CodingKey>: Encoder, SingleValueEncodingContainer {
    |                                      `- note: 'Key' previously declared here
538 |
539 | 	let key: Key
    :
548 | 	}
549 |
550 | 	func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
551 | 		base.nestedContainer(keyedBy: type, forKey: key)
552 | 	}
[8/39] Compiling CodableProxies DateCodingStrategies.swift
[9/39] Compiling CodableProxies DecimalCodingStrategies.swift
[10/39] Compiling CodableProxies KeyCodingStrategies.swift
[11/39] Compiling CodableProxies NumericCodingStrategy.swift
[12/39] Compiling CodableProxies OptionalEncodingStrategy.swift
[13/39] Compiling CodableProxies URLEncodingStrategies.swift
[14/39] Compiling CodableProxies AnyCodingKey.swift
[15/39] Compiling CodableProxies CoderProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/DecoderProxy/DecoderWrapper.swift:642:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
633 | }
634 |
635 | private struct KeyedContainerDecoder<Key: CodingKey>: Decoder, SingleValueDecodingContainer {
    |                                      `- note: 'Key' previously declared here
636 |
637 | 	let key: Key
    :
640 | 	var codingPath: [CodingKey] { base.codingPath + [key] }
641 |
642 | 	func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
643 | 		try base.nestedContainer(keyedBy: type, forKey: key)
644 | 	}
[16/39] Compiling CodableProxies DecoderIntrospect.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/DecoderProxy/DecoderWrapper.swift:642:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
633 | }
634 |
635 | private struct KeyedContainerDecoder<Key: CodingKey>: Decoder, SingleValueDecodingContainer {
    |                                      `- note: 'Key' previously declared here
636 |
637 | 	let key: Key
    :
640 | 	var codingPath: [CodingKey] { base.codingPath + [key] }
641 |
642 | 	func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
643 | 		try base.nestedContainer(keyedBy: type, forKey: key)
644 | 	}
[17/39] Compiling CodableProxies DecoderProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/DecoderProxy/DecoderWrapper.swift:642:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
633 | }
634 |
635 | private struct KeyedContainerDecoder<Key: CodingKey>: Decoder, SingleValueDecodingContainer {
    |                                      `- note: 'Key' previously declared here
636 |
637 | 	let key: Key
    :
640 | 	var codingPath: [CodingKey] { base.codingPath + [key] }
641 |
642 | 	func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
643 | 		try base.nestedContainer(keyedBy: type, forKey: key)
644 | 	}
[18/39] Compiling CodableProxies DecoderWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableProxies/DecoderProxy/DecoderWrapper.swift:642:17: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
633 | }
634 |
635 | private struct KeyedContainerDecoder<Key: CodingKey>: Decoder, SingleValueDecodingContainer {
    |                                      `- note: 'Key' previously declared here
636 |
637 | 	let key: Key
    :
640 | 	var codingPath: [CodingKey] { base.codingPath + [key] }
641 |
642 | 	func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key: CodingKey {
    |                 `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
643 | 		try base.nestedContainer(keyedBy: type, forKey: key)
644 | 	}
[19/39] Compiling CodableProxies ValueEncoder.swift
[20/39] Compiling CodableProxies BoolCodingStrategy.swift
[21/39] Compiling CodableProxies CodingStrategy.swift
[22/39] Compiling CodableProxies DataCodingStrategies.swift
[23/39] Compiling CodableProxies OptionalCodingStrategies.swift
[24/39] Compiling CodableProxies URLCodingStrategies.swift
[25/39] Compiling CodableProxies BoolDecodingStrategy.swift
[26/39] Compiling CodableProxies DataDecodingStrategies.swift
[27/39] Compiling CodableProxies NumericDeecodingStrategy.swift
[28/39] Compiling CodableProxies URLDecodingStrategies.swift
[29/39] Compiling CodableProxies BoolEncodingStrategy.swift
[30/39] Compiling CodableProxies EncodingStrategy.swift
[31/39] Compiling CodableProxies KeyEncodingStrategy.swift
[32/39] Compiling CodableProxies NumericEncodingStrategy.swift
[33/39] Compiling CodableProxies DateDecodingStrategies.swift
[34/39] Compiling CodableProxies DecimalDecodingStrategies.swift
[35/39] Compiling CodableProxies DecodingStrategy.swift
[36/39] Compiling CodableProxies KeyDecodingStrategy.swift
[37/39] Compiling CodableProxies DataEncodingStrategies.swift
[38/39] Compiling CodableProxies DateEncodingStrategies.swift
[39/39] Compiling CodableProxies DecimalEncodingStrategies.swift
Build complete! (4.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CodableProxies",
  "name" : "CodableProxies",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CodableProxies",
      "targets" : [
        "CodableProxies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableProxiesTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableProxiesTests",
      "path" : "Tests/CodableProxiesTests",
      "sources" : [
        "DecoderProxyTests.swift",
        "EncoderProxyTests.swift",
        "Models.swift"
      ],
      "target_dependencies" : [
        "CodableProxies"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableProxies",
      "module_type" : "SwiftTarget",
      "name" : "CodableProxies",
      "path" : "Sources/CodableProxies",
      "product_memberships" : [
        "CodableProxies"
      ],
      "sources" : [
        "CoderProxy.swift",
        "DecoderProxy/DecoderIntrospect.swift",
        "DecoderProxy/DecoderProxy.swift",
        "DecoderProxy/DecoderWrapper.swift",
        "DecoderProxy/ValueDecoder.swift",
        "EncoderProxy/EncoderIntrospect.swift",
        "EncoderProxy/EncoderProxy.swift",
        "EncoderProxy/EncoderWrapper.swift",
        "EncoderProxy/ValueEncoder.swift",
        "Strategies/Coding/BoolCodingStrategy.swift",
        "Strategies/Coding/CodingStrategy.swift",
        "Strategies/Coding/DataCodingStrategies.swift",
        "Strategies/Coding/DateCodingStrategies.swift",
        "Strategies/Coding/DecimalCodingStrategies.swift",
        "Strategies/Coding/KeyCodingStrategies.swift",
        "Strategies/Coding/NumericCodingStrategy.swift",
        "Strategies/Coding/OptionalCodingStrategies.swift",
        "Strategies/Coding/URLCodingStrategies.swift",
        "Strategies/Decoding/BoolDecodingStrategy.swift",
        "Strategies/Decoding/DataDecodingStrategies.swift",
        "Strategies/Decoding/DateDecodingStrategies.swift",
        "Strategies/Decoding/DecimalDecodingStrategies.swift",
        "Strategies/Decoding/DecodingStrategy.swift",
        "Strategies/Decoding/KeyDecodingStrategy.swift",
        "Strategies/Decoding/NumericDeecodingStrategy.swift",
        "Strategies/Decoding/URLDecodingStrategies.swift",
        "Strategies/Encoding/BoolEncodingStrategy.swift",
        "Strategies/Encoding/DataEncodingStrategies.swift",
        "Strategies/Encoding/DateEncodingStrategies.swift",
        "Strategies/Encoding/DecimalEncodingStrategies.swift",
        "Strategies/Encoding/EncodingStrategy.swift",
        "Strategies/Encoding/KeyEncodingStrategy.swift",
        "Strategies/Encoding/NumericEncodingStrategy.swift",
        "Strategies/Encoding/OptionalEncodingStrategy.swift",
        "Strategies/Encoding/URLEncodingStrategies.swift",
        "Utils/AnyCodingKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7.1"
}
Done.