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 RBBJSON, reference main (b6a8ac), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:55:41 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/robb/RBBJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling RBBJSON RBBJSON+Boolean.swift
[4/11] Compiling RBBJSON RBBJSON.swift
[5/11] Compiling RBBJSON RBBJSON+String.swift
[6/11] Compiling RBBJSON RBBJSON+PlaygroundSupport.swift
[7/11] Compiling RBBJSON RBBJSON+Numbers.swift
[8/11] Compiling RBBJSON RBBJSON+Date.swift
[9/11] Emitting module RBBJSON
[10/11] Compiling RBBJSON RBBJSONQuery.swift
[11/11] Compiling RBBJSON RBBJSON+Comparable.swift
Build complete! (4.86s)
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.