The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSON, reference v1.4.2 (79efe7), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 06:42:44 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/shareup/json-apple.git
Reference: v1.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shareup/json-apple
 * tag               v1.4.2     -> FETCH_HEAD
HEAD is now at 79efe7b Add JSON.isArray and JSON.isObject (#9)
Cloned https://github.com/shareup/json-apple.git
Revision (git rev-parse @):
79efe7b1c0fe79c2ae7cd2e68b815a99feadb924
SUCCESS checkout https://github.com/shareup/json-apple.git at v1.4.2
========================================
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": "json-apple",
      "name": "JSON",
      "url": "https://github.com/shareup/json-apple.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/json-apple",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/shareup/json-apple.git
[1/142] Fetching json-apple
Fetched https://github.com/shareup/json-apple.git from cache (0.57s)
Creating working copy for https://github.com/shareup/json-apple.git
Working copy of https://github.com/shareup/json-apple.git resolved at v1.4.2 (79efe7b)
warning: '.resolve-product-dependencies': dependency 'json-apple' 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/shareup/json-apple.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling JSON JSON.swift
[4/5] Compiling JSON Dictionary+JSON.swift
[5/5] Emitting module JSON
Build complete! (4.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSON",
  "name" : "JSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSON",
      "targets" : [
        "JSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONTests",
      "path" : "Tests/JSONTests",
      "sources" : [
        "Dictionary+JSONTests.swift",
        "JSONTests.swift"
      ],
      "target_dependencies" : [
        "JSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSON",
      "module_type" : "SwiftTarget",
      "name" : "JSON",
      "path" : "Sources/JSON",
      "product_memberships" : [
        "JSON"
      ],
      "sources" : [
        "Dictionary+JSON.swift",
        "JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.