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 5.10 for macOS (SPM) on 1 Feb 2025 08:39:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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:             5.10
Building package at path:  $PWD
https://github.com/dankinsoid/VDCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/20] Compiling SimpleCoders StringKey.swift
[5/20] Compiling SimpleCoders CodableTypes.swift
[6/20] Compiling SimpleCoders TypeRevision.swift
[7/20] Compiling SimpleCoders TypeRevisionDecoder.swift
[8/20] Compiling SimpleCoders IntKey.swift
[9/20] Compiling SimpleCoders OrderedDictionary.swift
[10/20] Compiling SimpleCoders CheckAllKeysDecoder.swift
[11/20] Compiling SimpleCoders DecodingUnboxer.swift
[12/20] Compiling SimpleCoders EncodingBoxer.swift
[13/20] Compiling SimpleCoders StringConvertibleHintProvider.swift
[14/20] Compiling SimpleCoders PlainCodingKey.swift
[15/20] Compiling SimpleCoders CodableProtocols.swift
[16/20] Compiling SimpleCoders DateCodingStrategies.swift
[17/20] Compiling SimpleCoders KeyCodingStrategies.swift
[18/20] Compiling SimpleCoders CodingStrategy.swift
[19/20] Emitting module SimpleCoders
[20/20] Compiling SimpleCoders TypeRevisionEncoder.swift
[21/21] Compiling SimpleCoders Ref.swift
[22/39] Compiling VDCodable URLQueryEncoder.swift
[23/39] Compiling VDCodable Int++.swift
[24/39] Compiling VDCodable StringUtils.swift
[25/39] Compiling VDCodable NSManagedCodable.swift
[26/39] Compiling VDCodable URLQueryDecoder.swift
[27/39] Compiling VDCodable VDJSONEncoder.swift
[28/39] Compiling VDCodable NSCodable.swift
[29/39] Compiling VDCodable ProtobufJSONEncoder.swift
[30/39] Compiling VDCodable VDJSONDecoder.swift
[31/40] Compiling VDCodable EncodingOptions.swift
[32/40] Compiling VDCodable JSON.swift
[33/40] Compiling VDCodable DictionaryDecoder.swift
[34/40] Compiling VDCodable DictionaryEncoder.swift
[35/40] Compiling VDCodable DataDecodingStrategy.swift
[36/40] Compiling VDCodable DoubleFormatter.swift
[37/40] Emitting module VDCodable
[38/40] Compiling VDCodable JSONDecodingError.swift
[39/40] Compiling VDCodable JSONScanner.swift
[40/40] Compiling VDCodable UnwrapOperator.swift
Build complete! (10.42s)
Fetching https://github.com/dankinsoid/SimpleCoders.git
[1/101] Fetching simplecoders
Fetched https://github.com/dankinsoid/SimpleCoders.git from cache (1.11s)
Computing version for https://github.com/dankinsoid/SimpleCoders.git
Computed https://github.com/dankinsoid/SimpleCoders.git at 1.6.0 (0.49s)
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.