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 Linux on 17 Jun 2025 18:41:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yume190/JSONDecodeKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/20] Compiling JSONDecodeKit JSON+PrimitiveType.swift
[4/20] Compiling JSONDecodeKit JSON+RawRepresentable.swift
[5/20] Compiling JSONDecodeKit JSON+Subscript.swift
[6/20] Compiling JSONDecodeKit JSON.swift
[7/21] Compiling JSONDecodeKit JSONEncodable.swift
[8/21] Compiling JSONDecodeKit JSONSerializable.swift
[9/21] Compiling JSONDecodeKit JSONDecodable.swift
[10/21] Compiling JSONDecodeKit JSONDecodeError.swift
[11/21] Compiling JSONDecodeKit Operators.swift
[12/21] Compiling JSONDecodeKit PrimitiveType.swift
[13/21] Emitting module JSONDecodeKit
[14/21] Compiling JSONDecodeKit JSON+Array.swift
[15/21] Compiling JSONDecodeKit JSON+Dictionary+ValueArray.swift
[16/21] Compiling JSONDecodeKit JSON+Dictionary.swift
[17/21] Compiling JSONDecodeKit JSON+JSONDecodable.swift
[18/21] Compiling JSONDecodeKit RawRepresentableExtension.swift
[19/22] Wrapping AST for JSONDecodeKit for debugging
[20/22] Write Objects.LinkFileList
[21/22] Archiving libJSONDecodeKit.a
Build complete! (13.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONDecodeKit",
  "name" : "JSONDecodeKit",
  "path" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.