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 json-support, reference main (21166e), with Swift 5.10 for macOS (SPM) on 22 Jun 2025 21:28:19 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nashysolutions/json-support.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/json-support
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 21166e0 Added handler for nested underlying errors.
Cloned https://github.com/nashysolutions/json-support.git
Revision (git rev-parse @):
21166e08104ac43b738469be99aa6cfa2ad301b6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nashysolutions/json-support.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/nashysolutions/json-support.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/12] Compiling JSONSupport RedactableDictionary.swift
[4/12] Compiling JSONSupport JSONInspector.swift
[5/12] Compiling JSONSupport RedactableValue.swift
[6/12] Compiling JSONSupport RedactableDateFormatStyle.swift
[7/12] Compiling JSONSupport RedactableArray.swift
[8/12] Compiling JSONSupport DebugRedactable.swift
[9/12] Compiling JSONSupport DebugDescribable.swift
[10/12] Compiling JSONSupport DebugDictionaryBuilder.swift
[11/12] Emitting module JSONSupport
[12/12] Compiling JSONSupport Redactable.swift
Build complete! (6.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "json-support",
  "name" : "json-support",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONSupport",
      "targets" : [
        "JSONSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSupportTests",
      "path" : "Tests/JSONSupportTests",
      "sources" : [
        "DebugFallbackBehaviourTests.swift",
        "DebugPrimitiveSanitisationTests.swift",
        "DebugRedactingOutputTests.swift",
        "DebugStructureAndDateTests.swift",
        "ParsedJSONKitTests.swift"
      ],
      "target_dependencies" : [
        "JSONSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSupport",
      "module_type" : "SwiftTarget",
      "name" : "JSONSupport",
      "path" : "Sources/JSONSupport",
      "product_memberships" : [
        "JSONSupport"
      ],
      "sources" : [
        "DebugDictionaryBuilder/DebugDescribable.swift",
        "DebugDictionaryBuilder/DebugDictionaryBuilder.swift",
        "DebugDictionaryBuilder/DebugRedactable.swift",
        "DebugDictionaryBuilder/Redactable.swift",
        "DebugDictionaryBuilder/RedactableArray.swift",
        "DebugDictionaryBuilder/RedactableDateFormatStyle.swift",
        "DebugDictionaryBuilder/RedactableDictionary.swift",
        "DebugDictionaryBuilder/RedactableValue.swift",
        "JSONInspector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.