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 Kodable, reference 2.0.0 (a48c37), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 16:32:32 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/jarmourato/Kodable.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jarmourato/Kodable
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at a48c374 update CI
Cloned https://github.com/jarmourato/Kodable.git
Revision (git rev-parse @):
a48c374e7fd3c88c61bfda5ea0c4f8dfe5b5a943
SUCCESS checkout https://github.com/jarmourato/Kodable.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jarmourato/Kodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Compiling CRuntime dummy.c
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/54] Emitting module Runtime
[7/58] Compiling Runtime GettersSetters.swift
[8/58] Compiling Runtime Pointer+Extensions.swift
[9/58] Compiling Runtime RetainCounts.swift
[10/58] Compiling Runtime String+Extensions.swift
[11/58] Compiling Runtime MetadataLayoutType.swift
[12/58] Compiling Runtime ProtocolDescriptor.swift
[13/58] Compiling Runtime ProtocolMetadataLayout.swift
[14/58] Compiling Runtime ProtocolTypeContainer.swift
[15/58] Compiling Runtime StructMetadataLayout.swift
[16/58] Compiling Runtime StructTypeDescriptor.swift
[17/58] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[18/58] Compiling Runtime TupleMetadataLayout.swift
[19/58] Compiling Runtime TypeDescriptor.swift
[20/58] Compiling Runtime ValueWitnessTable.swift
[21/58] Compiling Runtime NominalMetadataType.swift
[22/58] Compiling Runtime ProtocolMetadata.swift
[23/58] Compiling Runtime StructMetadata.swift
[24/58] Compiling Runtime TupleMetadata.swift
[25/58] Compiling Runtime Case.swift
[26/58] Compiling Runtime Errors.swift
[27/58] Compiling Runtime FunctionInfo.swift
[28/58] Compiling Runtime Kind.swift
[29/58] Compiling Runtime ClassMetadata.swift
[30/58] Compiling Runtime EnumMetadata.swift
[31/58] Compiling Runtime FuntionMetadata.swift
[32/58] Compiling Runtime Metadata.swift
[33/58] Compiling Runtime MetadataType.swift
[34/58] Compiling Runtime RelativePointer.swift
[35/58] Compiling Runtime RelativeVectorPointer.swift
[36/58] Compiling Runtime Union.swift
[37/58] Compiling Runtime Vector.swift
[38/58] Compiling Runtime PropertyInfo.swift
[39/58] Compiling Runtime TypeInfo.swift
[40/58] Compiling Runtime TypeInfoConvertible.swift
[41/58] Compiling Runtime Pointers.swift
[42/58] Compiling Runtime EnumMetadataLayout.swift
[43/58] Compiling Runtime EnumTypeDescriptor.swift
[44/58] Compiling Runtime ExistentialContainter.swift
[45/58] Compiling Runtime FieldDescriptor.swift
[46/58] Compiling Runtime FunctionMetadataLayout.swift
[47/58] Compiling Runtime DefaultValue.swift
[48/58] Compiling Runtime Factory.swift
[49/58] Compiling Runtime ClassHeader.swift
[50/58] Compiling Runtime ClassMetadataLayout.swift
[51/58] Compiling Runtime ClassTypeDescriptor.swift
[52/58] Compiling JSEN JSEN+SyntacticSugar.swift
[53/58] Compiling JSEN JSEN.swift
[54/58] Compiling JSEN JSEN+Codable.swift
[55/58] Emitting module JSEN
[56/58] Compiling JSEN KeyPath.swift
[57/58] Compiling JSEN JSEN+KeyPath.swift
[58/58] Compiling JSEN JSENRepresentable.swift
[59/75] Compiling Kodable KodableTransformable.swift
[60/75] Compiling Kodable CodableDate.swift
[61/76] Compiling Kodable KodableOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOptions+Presets.swift:90:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 88 | }
 89 |
 90 | extension Optional: Comparable where Wrapped: Comparable {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 91 |     public static func < (lhs: Optional, rhs: Optional) -> Bool {
 92 |         switch (lhs, rhs) {
[62/76] Compiling Kodable KodableOptions+Presets.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOptions+Presets.swift:90:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 88 | }
 89 |
 90 | extension Optional: Comparable where Wrapped: Comparable {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 91 |     public static func < (lhs: Optional, rhs: Optional) -> Bool {
 92 |         switch (lhs, rhs) {
[63/76] Compiling Kodable Runtime+Utilities.swift
[64/76] Compiling Kodable TryCatch+Utilities.swift
[65/76] Compiling Kodable Kodable.swift
[66/76] Compiling Kodable KodableError.swift
[67/76] Compiling Kodable DebugJSON.swift
[68/76] Compiling Kodable Codable+NestedKeyable.swift
[69/76] Compiling Kodable Codable+Utilities.swift
[70/76] Compiling Kodable Comparable+Utilities.swift
[71/76] Compiling Kodable DecodingError+Utilities.swift
[72/76] Compiling Kodable Optional+Utilities.swift
[73/76] Compiling Kodable Codable+AnyCodingKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:166:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
164 | // MARK: Optional LossLessDecodable Conformance
165 |
166 | extension Optional: CustomStringConvertible where Wrapped: LosslessDecodable {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
167 |     public var description: String {
168 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:175:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
173 | }
174 |
175 | extension Optional: LosslessStringConvertible where Wrapped: LosslessDecodable {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
176 |     public init?(_ description: String) {
177 |         self = Wrapped(description)
[74/76] Compiling Kodable Codable+Lossless.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:166:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
164 | // MARK: Optional LossLessDecodable Conformance
165 |
166 | extension Optional: CustomStringConvertible where Wrapped: LosslessDecodable {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
167 |     public var description: String {
168 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:175:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
173 | }
174 |
175 | extension Optional: LosslessStringConvertible where Wrapped: LosslessDecodable {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
176 |     public init?(_ description: String) {
177 |         self = Wrapped(description)
[75/76] Compiling Kodable Coding.swift
[76/76] Emitting module Kodable
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:166:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
164 | // MARK: Optional LossLessDecodable Conformance
165 |
166 | extension Optional: CustomStringConvertible where Wrapped: LosslessDecodable {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
167 |     public var description: String {
168 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:175:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
173 | }
174 |
175 | extension Optional: LosslessStringConvertible where Wrapped: LosslessDecodable {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
176 |     public init?(_ description: String) {
177 |         self = Wrapped(description)
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOptions+Presets.swift:90:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 88 | }
 89 |
 90 | extension Optional: Comparable where Wrapped: Comparable {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 91 |     public static func < (lhs: Optional, rhs: Optional) -> Bool {
 92 |         switch (lhs, rhs) {
Build complete! (12.39s)
Fetching https://github.com/rogerluan/JSEN
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/wickwirew/Runtime
[1/1257] Fetching cwlpreconditiontesting
[152/3223] Fetching cwlpreconditiontesting, runtime
[270/3355] Fetching cwlpreconditiontesting, runtime, jsen
Fetched https://github.com/rogerluan/JSEN from cache (0.67s)
[289/3223] Fetching cwlpreconditiontesting, runtime
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.88s)
[1396/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime from cache (0.97s)
Computing version for https://github.com/rogerluan/JSEN
Computed https://github.com/rogerluan/JSEN at 1.2.1 (1.50s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.51s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.74s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.26s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.50s)
Creating working copy for https://github.com/wickwirew/Runtime
Working copy of https://github.com/wickwirew/Runtime resolved at 2.2.7
Creating working copy for https://github.com/rogerluan/JSEN
Working copy of https://github.com/rogerluan/JSEN resolved at 1.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    },
    {
      "identity" : "jsen",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rogerluan/JSEN"
    },
    {
      "identity" : "runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wickwirew/Runtime"
    }
  ],
  "manifest_display_name" : "Kodable",
  "name" : "Kodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "Kodable",
      "targets" : [
        "Kodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KodableTests",
      "module_type" : "SwiftTarget",
      "name" : "KodableTests",
      "path" : "Tests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "KodableTests.swift",
        "XCTestCase+Utilities.swift"
      ],
      "target_dependencies" : [
        "Kodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Kodable",
      "module_type" : "SwiftTarget",
      "name" : "Kodable",
      "path" : "Sources",
      "product_dependencies" : [
        "Runtime",
        "JSEN"
      ],
      "product_memberships" : [
        "Kodable"
      ],
      "sources" : [
        "Debug/DebugJSON.swift",
        "Extensions/Codable+NestedKeyable.swift",
        "Extensions/Codable+Utilities.swift",
        "Extensions/Comparable+Utilities.swift",
        "Extensions/DecodingError+Utilities.swift",
        "Extensions/Optional+Utilities.swift",
        "Extensions/Runtime+Utilities.swift",
        "Extensions/TryCatch+Utilities.swift",
        "Kodable/Codable+AnyCodingKey.swift",
        "Kodable/Codable+Lossless.swift",
        "Kodable/Kodable.swift",
        "Kodable/KodableError.swift",
        "Kodable/KodableOption.swift",
        "Kodable/KodableOptions+Presets.swift",
        "Kodable/KodableTransformable.swift",
        "Wrappers/CodableDate.swift",
        "Wrappers/Coding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.