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 1.2.0 (21166e), with Swift 6.1 for macOS (SPM) on 22 Jun 2025 03:59:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nashysolutions/json-support.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/json-support
 * tag               1.2.0      -> FETCH_HEAD
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 1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "json-support",
      "name": "json-support",
      "url": "https://github.com/nashysolutions/json-support.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/json-support",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nashysolutions/json-support.git
[2/62] Fetching json-support
Fetched https://github.com/nashysolutions/json-support.git from cache (0.64s)
Creating working copy for https://github.com/nashysolutions/json-support.git
Working copy of https://github.com/nashysolutions/json-support.git resolved at 1.2.0 (21166e0)
warning: '.resolve-product-dependencies': dependency 'json-support' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nashysolutions/json-support.git
https://github.com/nashysolutions/json-support.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling JSONSupport Redactable.swift
[4/12] Compiling JSONSupport RedactableDictionary.swift
[5/12] Compiling JSONSupport DebugDictionaryBuilder.swift
[6/12] Compiling JSONSupport RedactableValue.swift
[7/12] Compiling JSONSupport DebugRedactable.swift
[8/12] Compiling JSONSupport DebugDescribable.swift
[9/12] Compiling JSONSupport JSONInspector.swift
[10/12] Compiling JSONSupport RedactableArray.swift
[11/12] Emitting module JSONSupport
[12/12] Compiling JSONSupport RedactableDateFormatStyle.swift
Build complete! (5.71s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/nashysolutions/json-support/1.2.0
Repository:               nashysolutions/json-support
Swift version used:       6.1
Target:                   JSONSupport
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'JSONSupport'...
Finished extracting symbol information for 'JSONSupport'. (2.78s)
Building documentation for 'JSONSupport'...
warning: Parameter 'key' is missing documentation
   --> ../DebugDictionaryBuilder/DebugRedactable.swift:126:50-126:50
124 |     ///   - label: A context label prefixing the error.
125 |     ///   - error: The wrapped error value.
126 +     ///   - parentKeys: Inherited redaction keys.
    |           ╰─suggestion: Document 'key' parameter
127 |     /// - Returns: A dictionary containing a single `underlyingError` key.
128 |     func redactedDebugDictionaryForError(
warning: Parameter 'key' is missing documentation
   --> ../DebugDictionaryBuilder/DebugRedactable.swift:126:50-126:50
124 |     ///   - label: A context label prefixing the error.
125 |     ///   - error: The wrapped error value.
126 +     ///   - parentKeys: Inherited redaction keys.
    |           ╰─suggestion: Document 'key' parameter
127 |     /// - Returns: A dictionary containing a single `underlyingError` key.
128 |     func redactedDebugDictionaryForError(
warning: Parameter 'key' is missing documentation
   --> ../DebugDictionaryBuilder/DebugRedactable.swift:126:50-126:50
124 |     ///   - label: A context label prefixing the error.
125 |     ///   - error: The wrapped error value.
126 +     ///   - parentKeys: Inherited redaction keys.
    |           ╰─suggestion: Document 'key' parameter
127 |     /// - Returns: A dictionary containing a single `underlyingError` key.
128 |     func redactedDebugDictionaryForError(
warning: Parameter 'key' is missing documentation
   --> ../DebugDictionaryBuilder/DebugRedactable.swift:126:50-126:50
124 |     ///   - label: A context label prefixing the error.
125 |     ///   - error: The wrapped error value.
126 +     ///   - parentKeys: Inherited redaction keys.
    |           ╰─suggestion: Document 'key' parameter
127 |     /// - Returns: A dictionary containing a single `underlyingError` key.
128 |     func redactedDebugDictionaryForError(
warning: Parameter 'key' is missing documentation
   --> ../DebugDictionaryBuilder/DebugRedactable.swift:126:50-126:50
124 |     ///   - label: A context label prefixing the error.
125 |     ///   - error: The wrapped error value.
126 +     ///   - parentKeys: Inherited redaction keys.
    |           ╰─suggestion: Document 'key' parameter
127 |     /// - Returns: A dictionary containing a single `underlyingError` key.
128 |     func redactedDebugDictionaryForError(
warning: Symbol links can only resolve symbols
  --> Aritcles/DebugDictionaryBuilder.md:88:5-88:24
86 | ## See Also
87 |
88 + - ``doc:RedactionBasics``
   |     ╰─suggestion: Use a '<doc:>' style reference.
89 | - ``doc:FlattenedOutput``
90 |
warning: 'FlattenedOutput' doesn't exist at '/JSONSupport/DebugDictionaryBuilder'
  --> Aritcles/DebugDictionaryBuilder.md:89:5-89:20
87 |
88 | - ``doc:RedactionBasics``
89 + - ``doc:FlattenedOutput``
90 |
Finished building documentation for 'JSONSupport' (0.14s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nashysolutions/json-support/1.2.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (1.22s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.93s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.55s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module SymbolKit
[8/57] Compiling SymbolKit Identifier.swift
[9/57] Compiling SymbolKit KindIdentifier.swift
[10/57] Compiling SymbolKit Location.swift
[11/57] Compiling SymbolKit Mutability.swift
[12/57] Compiling SymbolKit Mixin+Equals.swift
[13/57] Compiling SymbolKit Mixin+Hash.swift
[14/57] Compiling SymbolKit Mixin.swift
[15/57] Compiling SymbolKit LineList.swift
[16/57] Compiling SymbolKit Position.swift
[17/57] Emitting module Snippets
[18/57] Compiling Snippets Snippet.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit Names.swift
[25/57] Compiling SymbolKit SPI.swift
[26/57] Compiling SymbolKit Snippet.swift
[27/57] Compiling SymbolKit Extension.swift
[28/57] Compiling SymbolKit SemanticVersion.swift
[29/57] Compiling SymbolKit AccessControl.swift
[30/57] Compiling SymbolKit Availability.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.swift
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit GenericConstraint.swift
[38/57] Compiling SymbolKit GenericParameter.swift
[39/57] Compiling SymbolKit Generics.swift
[40/57] Compiling SymbolKit Namespace.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.00s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling JSONSupport RedactableValue.swift
[3/11] Compiling JSONSupport RedactableDateFormatStyle.swift
[4/11] Compiling JSONSupport JSONInspector.swift
[5/11] Emitting module JSONSupport
[6/11] Compiling JSONSupport RedactableArray.swift
[7/11] Compiling JSONSupport DebugRedactable.swift
[8/11] Compiling JSONSupport DebugDictionaryBuilder.swift
[9/11] Compiling JSONSupport RedactableDictionary.swift
[10/11] Compiling JSONSupport Redactable.swift
[11/11] Compiling JSONSupport DebugDescribable.swift
Build of target: 'JSONSupport' complete! (0.84s)
     234
3	/Users/admin/builder/spi-builder-workspace/.docs/nashysolutions/json-support/1.2.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nashysolutions/json-support/1.2.0
File count: 234
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-nashysolutions-json-support-1.2.0-4febd958.zip to s3://spi-docs-inbox/prod-nashysolutions-json-support-1.2.0-4febd958.zip
Copying... [12%]
Copying... [23%]
Copying... [35%]
Copying... [46%]
Copying... [58%]
Copying... [69%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.