The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodableExtensions, reference 1.1.0 (4bd3dc), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:33:02 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/Appsaurus/CodableExtensions.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Appsaurus/CodableExtensions
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 4bd3dc5 Swift 5.5 support.
Cloned https://github.com/Appsaurus/CodableExtensions.git
Revision (git rev-parse @):
4bd3dc586fd4f90a9c4f07eced3a94874d9d849e
SUCCESS checkout https://github.com/Appsaurus/CodableExtensions.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Appsaurus/CodableExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[4/6] Compiling CRuntime dummy.c
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/55] Compiling Runtime EnumMetadataLayout.swift
[8/55] Compiling Runtime EnumTypeDescriptor.swift
[9/55] Compiling Runtime ExistentialContainter.swift
[10/55] Compiling Runtime FieldDescriptor.swift
[11/55] Compiling Runtime FunctionMetadataLayout.swift
[12/59] Compiling Runtime MetadataLayoutType.swift
[13/59] Compiling Runtime ProtocolDescriptor.swift
[14/59] Compiling Runtime ProtocolMetadataLayout.swift
[15/59] Compiling Runtime ProtocolTypeContainer.swift
[16/59] Compiling Runtime StructMetadataLayout.swift
[17/59] Compiling Runtime StructTypeDescriptor.swift
[18/59] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[19/59] Compiling Runtime TupleMetadataLayout.swift
[20/59] Compiling Runtime TypeDescriptor.swift
[21/59] Compiling Runtime ValueWitnessTable.swift
[22/59] Compiling Runtime ClassMetadata.swift
[23/59] Compiling Runtime EnumMetadata.swift
[24/59] Compiling Runtime FuntionMetadata.swift
[25/59] Compiling Runtime Metadata.swift
[26/59] Compiling Runtime MetadataType.swift
[27/59] Emitting module Runtime
[28/59] Compiling Runtime Case.swift
[29/59] Compiling Runtime Errors.swift
[30/59] Compiling Runtime FunctionInfo.swift
[31/59] Compiling Runtime Kind.swift
[32/59] Compiling Runtime RelativePointer.swift
[33/59] Compiling Runtime RelativeVectorPointer.swift
[34/59] Compiling Runtime Union.swift
[35/59] Compiling Runtime Vector.swift
[36/59] Compiling Runtime NominalMetadataType.swift
[37/59] Compiling Runtime ProtocolMetadata.swift
[38/59] Compiling Runtime StructMetadata.swift
[39/59] Compiling Runtime TupleMetadata.swift
[40/59] Compiling Runtime PropertyInfo.swift
[41/59] Compiling Runtime TypeInfo.swift
[42/59] Compiling Runtime TypeInfoConvertible.swift
[43/59] Compiling Runtime Pointers.swift
[44/59] Compiling Runtime GettersSetters.swift
[45/59] Compiling Runtime Pointer+Extensions.swift
[46/59] Compiling Runtime RetainCounts.swift
[47/59] Compiling Runtime String+Extensions.swift
[48/59] Compiling Codability KeyedEncodingContainer+Any.swift
[49/59] Compiling Runtime DefaultValue.swift
[50/59] Compiling Runtime Factory.swift
[51/59] Compiling Runtime ClassHeader.swift
[52/59] Compiling Runtime ClassMetadataLayout.swift
[53/59] Compiling Runtime ClassTypeDescriptor.swift
[54/59] Compiling Codability InvalidElementStrategy.swift
[55/59] Compiling Codability KeyedDecodingContainer+Any.swift
[56/59] Emitting module Codability
[57/59] Compiling Codability RawCodingKey.swift
[58/59] Compiling Codability GenericDecodingContainer.swift
[59/59] Compiling Codability AnyCodable.swift
[60/69] Emitting module RuntimeExtensions
[61/69] Compiling RuntimeExtensions EmptyInitializable.swift
[62/69] Compiling RuntimeExtensions Exports.swift
[63/69] Compiling RuntimeExtensions EnumUtils.swift
[64/69] Compiling RuntimeExtensions ProxyWrapper.swift
[65/69] Compiling RuntimeExtensions PropertyInfo++.swift
[66/69] Compiling RuntimeExtensions GlobalRuntimeFunctions.swift
[67/69] Compiling RuntimeExtensions KVC.swift
[68/69] Compiling RuntimeExtensions OptionalProtocol.swift
[69/69] Compiling RuntimeExtensions TypeInfo++.swift
[70/80] Compiling CodableExtensions KeyedContainer.swift
[71/80] Compiling CodableExtensions CodableExtensions.swift
[72/81] Compiling CodableExtensions CodableTransformer.swift
[73/81] Compiling CodableExtensions CodableDefaults.swift
[74/81] Compiling CodableExtensions URLQueryItemEncoder.swift
[75/81] Compiling CodableExtensions URL+QueryItemsDecoding.swift
[76/81] Emitting module CodableExtensions
/Users/admin/builder/spi-builder-workspace/Sources/Shared/DecoderUpdatable.swift:142:24: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 |
125 |
126 | public class NestedDecoder<Key: CodingKey>: Decoder {
    |                            `- note: 'Key' previously declared here
127 | 	public let container: KeyedDecodingContainer<Key>
128 | 	public let key: Key
    :
140 | 	}
141 |
142 | 	public 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
143 | 		return try container.nestedContainer(keyedBy: type, forKey: key)
144 | 	}
[77/81] Compiling CodableExtensions Encodable+URLQueryItems.swift
[78/81] Compiling CodableExtensions DecoderUpdatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Shared/DecoderUpdatable.swift:142:24: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
124 |
125 |
126 | public class NestedDecoder<Key: CodingKey>: Decoder {
    |                            `- note: 'Key' previously declared here
127 | 	public let container: KeyedDecodingContainer<Key>
128 | 	public let key: Key
    :
140 | 	}
141 |
142 | 	public 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
143 | 		return try container.nestedContainer(keyedBy: type, forKey: key)
144 | 	}
[79/81] Compiling CodableExtensions AnyCodableExtensions.swift
[80/81] Compiling CodableExtensions Decodable+URLQueryItems.swift
[81/81] Compiling CodableExtensions ReflectionCodable.swift
Build complete! (13.59s)
Fetching https://github.com/Appsaurus/SwiftTestUtils
Fetching https://github.com/yonaskolb/Codability.git
Fetching https://github.com/Appsaurus/RuntimeExtensions
[1/126] Fetching codability
[27/276] Fetching codability, swifttestutils
[264/573] Fetching codability, swifttestutils, runtimeextensions
Fetched https://github.com/yonaskolb/Codability.git from cache (0.75s)
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.75s)
Fetched https://github.com/Appsaurus/RuntimeExtensions from cache (0.75s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (2.64s)
Computing version for https://github.com/yonaskolb/Codability.git
Computed https://github.com/yonaskolb/Codability.git at 0.2.1 (0.49s)
Computing version for https://github.com/Appsaurus/RuntimeExtensions
Computed https://github.com/Appsaurus/RuntimeExtensions at 1.1.0 (0.47s)
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime from cache (1.01s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (1.50s)
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
Creating working copy for https://github.com/Appsaurus/RuntimeExtensions
Working copy of https://github.com/Appsaurus/RuntimeExtensions resolved at 1.1.0
Creating working copy for https://github.com/yonaskolb/Codability.git
Working copy of https://github.com/yonaskolb/Codability.git resolved at 0.2.1
Creating working copy for https://github.com/wickwirew/Runtime
Working copy of https://github.com/wickwirew/Runtime resolved at 2.2.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "codability",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yonaskolb/Codability.git"
    },
    {
      "identity" : "runtimeextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appsaurus/RuntimeExtensions"
    },
    {
      "identity" : "swifttestutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appsaurus/SwiftTestUtils"
    }
  ],
  "manifest_display_name" : "CodableExtensions",
  "name" : "CodableExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "9.2"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableExtensions",
      "targets" : [
        "CodableExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableExtensionsTests",
      "path" : "CodableExtensionsTests/Shared",
      "product_dependencies" : [
        "SwiftTestUtils"
      ],
      "sources" : [
        "CodableExtensionsTests.swift",
        "TestModels/CodableTestModels.swift"
      ],
      "target_dependencies" : [
        "CodableExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableExtensions",
      "module_type" : "SwiftTarget",
      "name" : "CodableExtensions",
      "path" : "Sources/Shared",
      "product_dependencies" : [
        "RuntimeExtensions",
        "Codability"
      ],
      "product_memberships" : [
        "CodableExtensions"
      ],
      "sources" : [
        "AnyCodableExtensions.swift",
        "Codable+URLQueryItems/Decodable+URLQueryItems.swift",
        "Codable+URLQueryItems/Encodable+URLQueryItems.swift",
        "Codable+URLQueryItems/URL+QueryItemsDecoding.swift",
        "Codable+URLQueryItems/URLQueryItemEncoder.swift",
        "CodableDefaults.swift",
        "CodableExtensions.swift",
        "CodableTransformer.swift",
        "DecoderUpdatable.swift",
        "KeyedContainer.swift",
        "ReflectionCodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.