The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RBBJSON, reference main (b6a8ac), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 12:25:21 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/robb/RBBJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/robb/RBBJSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b6a8ac6 Create FUNDING.yml
Cloned https://github.com/robb/RBBJSON.git
Revision (git rev-parse @):
b6a8ac6f2cd8b043632dfcede71b5db5fc46913e
SUCCESS checkout https://github.com/robb/RBBJSON.git at main
========================================
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": "rbbjson",
      "name": "RBBJSON",
      "url": "https://github.com/robb/RBBJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RBBJSON",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/robb/RBBJSON.git
[1/375] Fetching rbbjson
Fetched https://github.com/robb/RBBJSON.git from cache (0.73s)
Creating working copy for https://github.com/robb/RBBJSON.git
Working copy of https://github.com/robb/RBBJSON.git resolved at main (b6a8ac6)
warning: '.resolve-product-dependencies': dependency 'rbbjson' 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/robb/RBBJSON.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/11] Compiling RBBJSON RBBJSON+Comparable.swift
[4/11] Compiling RBBJSON RBBJSON.swift
[5/11] Compiling RBBJSON RBBJSON+Date.swift
[6/11] Compiling RBBJSON RBBJSON+String.swift
[7/11] Compiling RBBJSON RBBJSON+Boolean.swift
[8/11] Compiling RBBJSON RBBJSONQuery.swift
[9/11] Emitting module RBBJSON
[10/11] Compiling RBBJSON RBBJSON+PlaygroundSupport.swift
[11/11] Compiling RBBJSON RBBJSON+Numbers.swift
Build complete! (5.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RBBJSON",
  "name" : "RBBJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RBBJSON",
      "targets" : [
        "RBBJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RBBJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "RBBJSONTests",
      "path" : "Tests/RBBJSONTests",
      "sources" : [
        "BooleanTests.swift",
        "ComparisonTests.swift",
        "DateTests.swift",
        "NumbersTests.swift",
        "QueryTests.swift",
        "RBBJSON+Literals.swift",
        "RBBJSONTests.swift",
        "READMETests.swift",
        "SequenceTests.swift",
        "StringTests.swift"
      ],
      "target_dependencies" : [
        "RBBJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RBBJSON",
      "module_type" : "SwiftTarget",
      "name" : "RBBJSON",
      "path" : "Sources/RBBJSON",
      "product_memberships" : [
        "RBBJSON"
      ],
      "sources" : [
        "RBBJSON+Boolean.swift",
        "RBBJSON+Comparable.swift",
        "RBBJSON+Date.swift",
        "RBBJSON+Numbers.swift",
        "RBBJSON+PlaygroundSupport.swift",
        "RBBJSON+String.swift",
        "RBBJSON.swift",
        "RBBJSONQuery.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.