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 CleanJSON, reference 1.0.9 (6e2f21), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:59:36 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/Pircate/CleanJSON.git
Reference: 1.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Pircate/CleanJSON
 * tag               1.0.9      -> FETCH_HEAD
HEAD is now at 6e2f211 release 1.0.9 version
Cloned https://github.com/Pircate/CleanJSON.git
Revision (git rev-parse @):
6e2f211578880c9181dbd29b3b96ca507e40e307
SUCCESS checkout https://github.com/Pircate/CleanJSON.git at 1.0.9
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/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.
[4/19] Compiling CleanJSON CaseDefaultable.swift
[5/19] Compiling CleanJSON CleanDecoder.swift
[6/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.
[7/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.
[8/20] Compiling CleanJSON Defaultable.swift
[9/20] Compiling CleanJSON JSONAdapter.swift
[10/20] Compiling CleanJSON _CleanJSONDecoder+Unbox.swift
[11/20] Compiling CleanJSON CleanJSONKey.swift
[12/20] Compiling CleanJSON CleanJSONKeyedDecodingContainer.swift
[13/20] Compiling CleanJSON ToJSON.swift
[14/20] Compiling CleanJSON _CleanJSONDecoder+Decode.swift
[15/20] Compiling CleanJSON CleanJSONUnkeyedDecodingContainer.swift
[16/20] Compiling CleanJSON CodingKeysConverter.swift
[17/20] Compiling CleanJSON _CleanJSONDecoder+SingleValueDecodingContainer.swift
[18/20] Compiling CleanJSON DecodingError+CleanJSON.swift
[19/20] Compiling CleanJSON DecodingStrategy.swift
[20/20] Compiling CleanJSON _CleanJSONDecoder.swift
Build complete! (5.10s)
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.