The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONDecodeKit, reference 5.0.0 (fc93e1), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 15:18:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yume190/JSONDecodeKit.git
Reference: 5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yume190/JSONDecodeKit
 * tag               5.0.0      -> FETCH_HEAD
HEAD is now at fc93e14 pod fix
Cloned https://github.com/yume190/JSONDecodeKit.git
Revision (git rev-parse @):
fc93e14b1b1e3a3113efd5eaff74537ea9f4b221
SUCCESS checkout https://github.com/yume190/JSONDecodeKit.git at 5.0.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "jsondecodekit",
      "name": "JSONDecodeKit",
      "url": "https://github.com/yume190/JSONDecodeKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONDecodeKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yume190/JSONDecodeKit.git
[1/893] Fetching jsondecodekit
Fetched https://github.com/yume190/JSONDecodeKit.git from cache (0.92s)
Creating working copy for https://github.com/yume190/JSONDecodeKit.git
Working copy of https://github.com/yume190/JSONDecodeKit.git resolved at 5.0.0 (fc93e14)
warning: '.resolve-product-dependencies': dependency 'jsondecodekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yume190/JSONDecodeKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/19] Compiling JSONDecodeKit PrimitiveType.swift
[4/19] Compiling JSONDecodeKit Operators.swift
[5/20] Compiling JSONDecodeKit JSONEncodable.swift
[6/20] Compiling JSONDecodeKit JSON+Subscript.swift
[7/20] Compiling JSONDecodeKit JSON.swift
[8/20] Compiling JSONDecodeKit JSONDecodable.swift
[9/20] Compiling JSONDecodeKit JSONDecodeError.swift
[10/20] Compiling JSONDecodeKit JSON+PrimitiveType.swift
[11/20] Compiling JSONDecodeKit JSON+RawRepresentable.swift
[12/20] Compiling JSONDecodeKit JSON+Dictionary.swift
[13/20] Compiling JSONDecodeKit JSON+JSONDecodable.swift
[14/20] Emitting module JSONDecodeKit
[15/20] Compiling JSONDecodeKit JSON+Array.swift
[16/20] Compiling JSONDecodeKit JSON+Dictionary+ValueArray.swift
[17/20] Compiling JSONDecodeKit JSONSerializable.swift
[18/20] Compiling JSONDecodeKit RawRepresentableExtension.swift
[18/20] Write Objects.LinkFileList
[19/20] Archiving libJSONDecodeKit.a
Build complete! (5.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONDecodeKit",
  "name" : "JSONDecodeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONDecodeKit",
      "targets" : [
        "JSONDecodeKit"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONDecodeKit",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecodeKit",
      "path" : "Sources/JSONDecodeKit",
      "product_memberships" : [
        "JSONDecodeKit"
      ],
      "sources" : [
        "JSON/JSON+Array.swift",
        "JSON/JSON+Dictionary+ValueArray.swift",
        "JSON/JSON+Dictionary.swift",
        "JSON/JSON+JSONDecodable.swift",
        "JSON/JSON+PrimitiveType.swift",
        "JSON/JSON+RawRepresentable.swift",
        "JSON/JSON+Subscript.swift",
        "JSON/JSON.swift",
        "JSONDecodable.swift",
        "JSONDecodeError.swift",
        "JSONEncodable.swift",
        "JSONSerializable.swift",
        "Operators.swift",
        "PrimitiveType.swift",
        "RawRepresentableExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.