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 master (b5f8ba), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 20:32:41 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDCodable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b5f8ba2 (no commit message provided)
Cloned https://github.com/dankinsoid/VDCodable.git
Revision (git rev-parse @):
b5f8ba27807a8c1dbfc5394a659c17029e99269b
SUCCESS checkout https://github.com/dankinsoid/VDCodable.git at master
========================================
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 TypeRevision.swift
[5/20] Compiling SimpleCoders TypeRevisionDecoder.swift
[6/20] Compiling SimpleCoders StringKey.swift
[7/20] Compiling SimpleCoders CodableTypes.swift
[8/20] Compiling SimpleCoders CheckAllKeysDecoder.swift
[9/20] Compiling SimpleCoders StringConvertibleHintProvider.swift
[10/20] Compiling SimpleCoders PlainCodingKey.swift
[11/20] Compiling SimpleCoders IntKey.swift
[12/20] Compiling SimpleCoders OrderedDictionary.swift
[13/20] Compiling SimpleCoders CodableProtocols.swift
[14/20] Compiling SimpleCoders DateCodingStrategies.swift
[15/20] Compiling SimpleCoders DecodingUnboxer.swift
[16/20] Compiling SimpleCoders EncodingBoxer.swift
[17/20] Emitting module SimpleCoders
[18/20] Compiling SimpleCoders TypeRevisionEncoder.swift
[19/20] Compiling SimpleCoders KeyCodingStrategies.swift
[20/20] Compiling SimpleCoders CodingStrategy.swift
[21/21] Compiling SimpleCoders Ref.swift
[22/39] Compiling VDCodable StringUtils.swift
[23/40] Compiling VDCodable UnwrapOperator.swift
[24/40] Compiling VDCodable VDJSONEncoder.swift
[25/40] Compiling VDCodable NSCodable.swift
[26/40] Compiling VDCodable DataDecodingStrategy.swift
[27/40] Compiling VDCodable DoubleFormatter.swift
[28/40] Emitting module VDCodable
[29/40] Compiling VDCodable DictionaryDecoder.swift
[30/40] Compiling VDCodable DictionaryEncoder.swift
[31/40] Compiling VDCodable ProtobufJSONEncoder.swift
[32/40] Compiling VDCodable VDJSONDecoder.swift
[33/40] Compiling VDCodable URLQueryEncoder.swift
[34/40] Compiling VDCodable Int++.swift
[35/40] Compiling VDCodable NSManagedCodable.swift
[36/40] Compiling VDCodable URLQueryDecoder.swift
[37/40] Compiling VDCodable EncodingOptions.swift
[38/40] Compiling VDCodable JSON.swift
[39/40] Compiling VDCodable JSONDecodingError.swift
[40/40] Compiling VDCodable JSONScanner.swift
Build complete! (8.11s)
Fetching https://github.com/dankinsoid/SimpleCoders.git
[1/101] Fetching simplecoders
Fetched https://github.com/dankinsoid/SimpleCoders.git from cache (0.60s)
Computing version for https://github.com/dankinsoid/SimpleCoders.git
Computed https://github.com/dankinsoid/SimpleCoders.git at 1.6.0 (1.14s)
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.