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 swift-json, reference develop (77ad2a), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 23:18:15 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/sinoru/swift-json.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sinoru/swift-json
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 77ad2a7 Add JSONValueDecoder
Cloned https://github.com/sinoru/swift-json.git
Revision (git rev-parse @):
77ad2a729381142a74da3a807040b72ce1bb8894
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sinoru/swift-json.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sinoru/swift-json.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/11] Compiling JSONNumber JSONNumber.swift
[8/11] Compiling JSONNumber JSONNumber+Values.swift
[9/11] Compiling JSONNumber JSONNumber+Conformances.swift
[10/11] Emitting module JSONNumber
[11/11] Compiling JSONNumber JSONNumber+Decimal.swift
[12/20] Compiling JSON JSONValue+Descriptions.swift
[13/20] Compiling JSON JSONValue+Encodable.swift
[14/20] Compiling JSON JSONValue+Literals.swift
[15/20] Compiling JSON JSONValue+Decodable.swift
[16/20] Compiling JSON JSONValue+Values.swift
[17/20] Compiling JSON JSONValue+Subscripts.swift
[18/20] Compiling JSON JSONValue.swift
[19/20] Compiling JSON JSON.swift
[20/20] Emitting module JSON
[21/30] Compiling JSONValueCoder JSONValueDecoder+UnkeyedContainer.swift
[22/31] Compiling JSONValueCoder JSONValueDecoder+SingleValueContainer.swift
[23/31] Compiling JSONValueCoder JSONValueDecoder+Decoder.swift
[24/31] Compiling JSONValueCoder JSONValueDecoder+Combine.swift
[25/31] Compiling JSONValueCoder JSONValueDecoder+Container.swift
[26/31] Compiling JSONValueCoder JSONValue+Descriptions.swift
[27/31] Compiling JSONValueCoder CodingPath.swift
[28/31] Compiling JSONValueCoder JSONValueDecoder+KeyedContainer.swift
[29/31] Compiling JSONValueCoder JSONValueCoder.swift
[30/31] Emitting module JSONValueCoder
[31/31] Compiling JSONValueCoder JSONValueDecoder.swift
Build complete! (20.78s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.71s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-json",
  "name" : "swift-json",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSON",
      "targets" : [
        "JSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONValueCoder",
      "targets" : [
        "JSONValueCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONValueCoder",
      "module_type" : "SwiftTarget",
      "name" : "JSONValueCoder",
      "path" : "Sources/JSONValueCoder",
      "product_memberships" : [
        "JSONValueCoder"
      ],
      "sources" : [
        "CodingPath.swift",
        "JSONValue+Descriptions.swift",
        "JSONValueCoder.swift",
        "JSONValueDecoder+Combine.swift",
        "JSONValueDecoder+Container.swift",
        "JSONValueDecoder+Decoder.swift",
        "JSONValueDecoder+KeyedContainer.swift",
        "JSONValueDecoder+SingleValueContainer.swift",
        "JSONValueDecoder+UnkeyedContainer.swift",
        "JSONValueDecoder.swift"
      ],
      "target_dependencies" : [
        "JSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONTests",
      "path" : "Tests/JSONTests",
      "sources" : [
        "JSONTests+Value.swift",
        "JSONTests+Value_Codable.swift",
        "JSONTests+Value_Decodable.swift"
      ],
      "target_dependencies" : [
        "JSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONNumberTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONNumberTests",
      "path" : "Tests/JSONNumberTests",
      "sources" : [
        "JSONNumberTests.swift"
      ],
      "target_dependencies" : [
        "JSONNumber"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONNumber",
      "module_type" : "SwiftTarget",
      "name" : "JSONNumber",
      "path" : "Sources/JSONNumber",
      "product_memberships" : [
        "JSON",
        "JSONValueCoder"
      ],
      "sources" : [
        "JSONNumber+Conformances.swift",
        "JSONNumber+Decimal.swift",
        "JSONNumber+Values.swift",
        "JSONNumber.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSON",
      "module_type" : "SwiftTarget",
      "name" : "JSON",
      "path" : "Sources/JSON",
      "product_memberships" : [
        "JSON",
        "JSONValueCoder"
      ],
      "sources" : [
        "JSON.swift",
        "Value/JSONValue+Decodable.swift",
        "Value/JSONValue+Descriptions.swift",
        "Value/JSONValue+Encodable.swift",
        "Value/JSONValue+Literals.swift",
        "Value/JSONValue+Subscripts.swift",
        "Value/JSONValue+Values.swift",
        "Value/JSONValue.swift"
      ],
      "target_dependencies" : [
        "JSONNumber"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.