Build Information
Successful build of CodableProxies, reference 1.1.3 (107b8a
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 14:48:31 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: 1.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/CodableProxies
* tag 1.1.3 -> FETCH_HEAD
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 1.1.3
========================================
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 NumericDeecodingStrategy.swift
[5/39] Compiling CodableProxies URLDecodingStrategies.swift
[6/39] Compiling CodableProxies BoolEncodingStrategy.swift
[7/39] Compiling CodableProxies DataEncodingStrategies.swift
[8/39] Compiling CodableProxies DateEncodingStrategies.swift
[9/39] Compiling CodableProxies DecimalEncodingStrategies.swift
[10/39] Compiling CodableProxies OptionalEncodingStrategy.swift
[11/39] Compiling CodableProxies URLEncodingStrategies.swift
[12/39] Compiling CodableProxies AnyCodingKey.swift
[13/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 | }
[14/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 | }
[15/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 | }
[16/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 | }
[17/39] Compiling CodableProxies EncodingStrategy.swift
[18/39] Compiling CodableProxies KeyEncodingStrategy.swift
[19/39] Compiling CodableProxies NumericEncodingStrategy.swift
[20/39] Compiling CodableProxies DateCodingStrategies.swift
[21/39] Compiling CodableProxies DecimalCodingStrategies.swift
[22/39] Compiling CodableProxies KeyCodingStrategies.swift
[23/39] Compiling CodableProxies NumericCodingStrategy.swift
[24/39] Compiling CodableProxies DateDecodingStrategies.swift
[25/39] Compiling CodableProxies DecimalDecodingStrategies.swift
[26/39] Compiling CodableProxies DecodingStrategy.swift
[27/39] Compiling CodableProxies KeyDecodingStrategy.swift
[28/39] Compiling CodableProxies OptionalCodingStrategies.swift
[29/39] Compiling CodableProxies URLCodingStrategies.swift
[30/39] Compiling CodableProxies BoolDecodingStrategy.swift
[31/39] Compiling CodableProxies DataDecodingStrategies.swift
[32/39] Compiling CodableProxies ValueEncoder.swift
[33/39] Compiling CodableProxies BoolCodingStrategy.swift
[34/39] Compiling CodableProxies CodingStrategy.swift
[35/39] Compiling CodableProxies DataCodingStrategies.swift
[36/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 | }
[37/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 | }
[38/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 | }
[39/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 | }
Build complete! (4.95s)
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.