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 JSONDecodeKit, reference 5.0.0 (fc93e1), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 18:45:50 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yume190/JSONDecodeKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/19] Compiling JSONDecodeKit JSONDecodable.swift
[4/19] Compiling JSONDecodeKit JSONDecodeError.swift
[5/19] Compiling JSONDecodeKit JSON+Dictionary.swift
[6/19] Compiling JSONDecodeKit JSON+JSONDecodable.swift
[7/19] Compiling JSONDecodeKit JSON+Subscript.swift
[8/19] Compiling JSONDecodeKit JSON.swift
[9/19] Compiling JSONDecodeKit JSON+PrimitiveType.swift
[10/19] Compiling JSONDecodeKit JSON+RawRepresentable.swift
[11/20] Compiling JSONDecodeKit PrimitiveType.swift
[12/20] Compiling JSONDecodeKit Operators.swift
[13/20] Compiling JSONDecodeKit JSONEncodable.swift
[14/20] Compiling JSONDecodeKit JSONSerializable.swift
[15/20] Emitting module JSONDecodeKit
[16/20] Compiling JSONDecodeKit JSON+Array.swift
[17/20] Compiling JSONDecodeKit JSON+Dictionary+ValueArray.swift
[18/20] Compiling JSONDecodeKit RawRepresentableExtension.swift
[18/20] Write Objects.LinkFileList
[19/20] Archiving libJSONDecodeKit.a
Build complete! (4.27s)
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.