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 VDCodable, reference 2.14.0 (0d0166), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 20:33:00 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/VDCodable.git
Reference: 2.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDCodable
 * tag               2.14.0     -> FETCH_HEAD
HEAD is now at 0d01666 hm
Cloned https://github.com/dankinsoid/VDCodable.git
Revision (git rev-parse @):
0d016669f23c70ce09bb7bfde321927783ac2af7
SUCCESS checkout https://github.com/dankinsoid/VDCodable.git at 2.14.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankinsoid/VDCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/20] Compiling SimpleCoders CheckAllKeysDecoder.swift
[5/21] Compiling SimpleCoders StringConvertibleHintProvider.swift
[6/21] Compiling SimpleCoders PlainCodingKey.swift
[7/21] Compiling SimpleCoders StringKey.swift
[8/21] Compiling SimpleCoders CodableTypes.swift
[9/21] Compiling SimpleCoders TypeRevision.swift
[10/21] Compiling SimpleCoders TypeRevisionDecoder.swift
[11/21] Compiling SimpleCoders KeyCodingStrategies.swift
[12/21] Compiling SimpleCoders CodingStrategy.swift
[13/21] Emitting module SimpleCoders
[14/21] Compiling SimpleCoders TypeRevisionEncoder.swift
[15/21] Compiling SimpleCoders CodableProtocols.swift
[16/21] Compiling SimpleCoders DateCodingStrategies.swift
[17/21] Compiling SimpleCoders DecodingUnboxer.swift
[18/21] Compiling SimpleCoders EncodingBoxer.swift
[19/21] Compiling SimpleCoders IntKey.swift
[20/21] Compiling SimpleCoders OrderedDictionary.swift
[21/21] Compiling SimpleCoders Ref.swift
[22/39] Emitting module VDCodable
[23/40] Compiling VDCodable VDJSONEncoder.swift
[24/40] Compiling VDCodable NSCodable.swift
[25/40] Compiling VDCodable DictionaryDecoder.swift
[26/40] Compiling VDCodable DictionaryEncoder.swift
[27/40] Compiling VDCodable URLQueryEncoder.swift
[28/40] Compiling VDCodable Int++.swift
[29/40] Compiling VDCodable UnwrapOperator.swift
[30/40] Compiling VDCodable StringUtils.swift
[31/40] Compiling VDCodable DataDecodingStrategy.swift
[32/40] Compiling VDCodable DoubleFormatter.swift
[33/40] Compiling VDCodable EncodingOptions.swift
[34/40] Compiling VDCodable JSON.swift
[35/40] Compiling VDCodable JSONDecodingError.swift
[36/40] Compiling VDCodable JSONScanner.swift
[37/40] Compiling VDCodable NSManagedCodable.swift
[38/40] Compiling VDCodable URLQueryDecoder.swift
[39/40] Compiling VDCodable ProtobufJSONEncoder.swift
[40/40] Compiling VDCodable VDJSONDecoder.swift
Build complete! (8.68s)
Fetching https://github.com/dankinsoid/SimpleCoders.git
[1/101] Fetching simplecoders
Fetched https://github.com/dankinsoid/SimpleCoders.git from cache (0.64s)
Computing version for https://github.com/dankinsoid/SimpleCoders.git
Computed https://github.com/dankinsoid/SimpleCoders.git at 1.6.0 (1.17s)
Creating working copy for https://github.com/dankinsoid/SimpleCoders.git
Working copy of https://github.com/dankinsoid/SimpleCoders.git resolved at 1.6.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplecoders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dankinsoid/SimpleCoders.git"
    }
  ],
  "manifest_display_name" : "VDCodable",
  "name" : "VDCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VDCodable",
      "targets" : [
        "VDCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "VDCodableTests",
      "path" : "Tests/VDCodableTests",
      "sources" : [
        "VDCodableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VDCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VDCodable",
      "module_type" : "SwiftTarget",
      "name" : "VDCodable",
      "path" : "Sources/VDCodable",
      "product_dependencies" : [
        "SimpleCoders"
      ],
      "product_memberships" : [
        "VDCodable"
      ],
      "sources" : [
        "Dictionary/DictionaryDecoder.swift",
        "Dictionary/DictionaryEncoder.swift",
        "JSON/DataDecodingStrategy.swift",
        "JSON/DoubleFormatter.swift",
        "JSON/EncodingOptions.swift",
        "JSON/JSON.swift",
        "JSON/JSONDecodingError.swift",
        "JSON/JSONScanner.swift",
        "JSON/ProtobufJSONEncoder.swift",
        "JSON/VDJSONDecoder.swift",
        "JSON/VDJSONEncoder.swift",
        "NSCodable/NSCodable.swift",
        "NSCodable/NSManagedCodable.swift",
        "URLQuery/URLQueryDecoder.swift",
        "URLQuery/URLQueryEncoder.swift",
        "Utils/Int++.swift",
        "Utils/StringUtils.swift",
        "Utils/UnwrapOperator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.