The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CleanJSON, reference master (f5c8e4), with Swift 6.2 for macOS (SPM) on 16 Oct 2025 12:07:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Pircate/CleanJSON.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Pircate/CleanJSON
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f5c8e4b build: pod install
Cloned https://github.com/Pircate/CleanJSON.git
Revision (git rev-parse @):
f5c8e4b6a252aabe0a28d7ba0cde7340839cda8f
SUCCESS checkout https://github.com/Pircate/CleanJSON.git at master
========================================
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": "cleanjson",
      "name": "CleanJSON",
      "url": "https://github.com/Pircate/CleanJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CleanJSON",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Pircate/CleanJSON.git
[1/1929] Fetching cleanjson
Fetched https://github.com/Pircate/CleanJSON.git from cache (1.35s)
Creating working copy for https://github.com/Pircate/CleanJSON.git
Working copy of https://github.com/Pircate/CleanJSON.git resolved at master (f5c8e4b)
warning: '.resolve-product-dependencies': dependency 'cleanjson' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Pircate/CleanJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/19] Compiling CleanJSON CleanJSONDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleanJSON/CleanJSONDecoder.swift:23:12: warning: class 'CleanJSONDecoder' must restate inherited '@unchecked Sendable' conformance
 21 | }
 22 |
 23 | open class CleanJSONDecoder: JSONDecoder {
    |            `- warning: class 'CleanJSONDecoder' must restate inherited '@unchecked Sendable' conformance
 24 |
 25 |     /// Options set on the top-level encoder to pass down the decoding hierarchy.
[4/19] Compiling CleanJSON CleanJSONDecodingStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CleanJSON/CleanJSONDecoder.swift:23:12: warning: class 'CleanJSONDecoder' must restate inherited '@unchecked Sendable' conformance
 21 | }
 22 |
 23 | open class CleanJSONDecoder: JSONDecoder {
    |            `- warning: class 'CleanJSONDecoder' must restate inherited '@unchecked Sendable' conformance
 24 |
 25 |     /// Options set on the top-level encoder to pass down the decoding hierarchy.
[5/19] Compiling CleanJSON CaseDefaultable.swift
[6/19] Compiling CleanJSON CleanDecoder.swift
[7/19] Emitting module CleanJSON
/Users/admin/builder/spi-builder-workspace/Sources/CleanJSON/CleanJSONDecoder.swift:23:12: warning: class 'CleanJSONDecoder' must restate inherited '@unchecked Sendable' conformance
 21 | }
 22 |
 23 | open class CleanJSONDecoder: JSONDecoder {
    |            `- warning: class 'CleanJSONDecoder' must restate inherited '@unchecked Sendable' conformance
 24 |
 25 |     /// Options set on the top-level encoder to pass down the decoding hierarchy.
[8/19] Compiling CleanJSON ToJSON.swift
[9/19] Compiling CleanJSON _CleanJSONDecoder+Decode.swift
[10/19] Compiling CleanJSON _CleanJSONDecoder+Unbox.swift
[11/19] Compiling CleanJSON _CleanJSONDecoder+SingleValueDecodingContainer.swift
[12/19] Compiling CleanJSON CleanJSONUnkeyedDecodingContainer.swift
[13/19] Compiling CleanJSON CodingKeysConverter.swift
[14/19] Compiling CleanJSON CleanJSONKey.swift
[15/19] Compiling CleanJSON CleanJSONKeyedDecodingContainer.swift
[16/19] Compiling CleanJSON Defaultable.swift
[17/19] Compiling CleanJSON JSONAdapter.swift
[18/19] Compiling CleanJSON DecodingError+CleanJSON.swift
[19/19] Compiling CleanJSON DecodingStrategy.swift
[20/20] Compiling CleanJSON _CleanJSONDecoder.swift
Build complete! (4.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CleanJSON",
  "name" : "CleanJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CleanJSON",
      "targets" : [
        "CleanJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CleanJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "CleanJSONTests",
      "path" : "Tests/CleanJSONTests",
      "sources" : [
        "CleanJSONTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CleanJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CleanJSON",
      "module_type" : "SwiftTarget",
      "name" : "CleanJSON",
      "path" : "Sources/CleanJSON",
      "product_memberships" : [
        "CleanJSON"
      ],
      "sources" : [
        "CaseDefaultable.swift",
        "CleanDecoder.swift",
        "CleanJSONDecoder.swift",
        "CleanJSONDecodingStorage.swift",
        "CleanJSONKey.swift",
        "CleanJSONKeyedDecodingContainer.swift",
        "CleanJSONUnkeyedDecodingContainer.swift",
        "CodingKeysConverter.swift",
        "DecodingError+CleanJSON.swift",
        "DecodingStrategy.swift",
        "Defaultable.swift",
        "JSONAdapter.swift",
        "ToJSON.swift",
        "_CleanJSONDecoder+Decode.swift",
        "_CleanJSONDecoder+SingleValueDecodingContainer.swift",
        "_CleanJSONDecoder+Unbox.swift",
        "_CleanJSONDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.