The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-json, reference v0.2.0 (097cf2), with Swift 6.2 for macOS (SPM) on 20 Apr 2026 05:40:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/sinoru/swift-json.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sinoru/swift-json
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 097cf2f Merge branch 'release/0.2.0'
Cloned https://github.com/sinoru/swift-json.git
Revision (git rev-parse @):
097cf2f0f269d94d6aef7539c1e5db20faeae9c1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sinoru/swift-json.git at v0.2.0
========================================
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.3.0.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--3CB7CFEC50E0D141.txt
[7/12] Compiling JSONNumber JSONNumber.swift
[8/12] Compiling JSONNumber JSONNumber+Values.swift
[9/12] Compiling JSONNumber JSONNumber+Arithmetic.swift
[10/12] Emitting module JSONNumber
[11/12] Compiling JSONNumber JSONNumber+Conformances.swift
[12/12] Compiling JSONNumber JSONNumber+Decimal.swift
[13/21] Compiling JSON JSONValue+Encodable.swift
[14/21] Compiling JSON JSONValue.swift
[15/21] Compiling JSON JSONValue+Literals.swift
[16/21] Compiling JSON JSONValue+Descriptions.swift
[17/21] Compiling JSON JSONValue+Values.swift
[18/21] Compiling JSON JSONValue+Subscripts.swift
[19/21] Compiling JSON JSONValue+Decodable.swift
[20/21] Compiling JSON JSON.swift
[21/21] Emitting module JSON
[22/31] Compiling JSONValueCoder JSONValueDecoder+UnkeyedContainer.swift
[23/31] Compiling JSONValueCoder JSONValueDecoder+SingleValueContainer.swift
[24/32] Compiling JSONValueCoder JSONValueDecoder+Container.swift
[25/32] Compiling JSONValueCoder JSONValueDecoder+Decoder.swift
[26/32] Compiling JSONValueCoder JSONValueDecoder+Combine.swift
[27/32] Compiling JSONValueCoder JSONValueCoder.swift
[28/32] Compiling JSONValueCoder JSONValue+Descriptions.swift
[29/32] Compiling JSONValueCoder CodingPath.swift
[30/32] Emitting module JSONValueCoder
[31/32] Compiling JSONValueCoder JSONValueDecoder+KeyedContainer.swift
[32/32] Compiling JSONValueCoder JSONValueDecoder.swift
Build complete! (23.43s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.37s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.37s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.94s)
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.6
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" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "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+Arithmetic.swift",
        "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.