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 DirectJSON, reference 1.0.2 (8e2c16), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 17:20:24 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/mrtksn/DirectJSON.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mrtksn/DirectJSON
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 8e2c169 fixed the bug with multipart paths introduced in 1.0.1
Cloned https://github.com/mrtksn/DirectJSON.git
Revision (git rev-parse @):
8e2c1693e7e4150282333011d8f3d85f8f9c4ae0
SUCCESS checkout https://github.com/mrtksn/DirectJSON.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mrtksn/DirectJSON.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/5] Compiling DirectJSON DirectJSON.swift
[4/5] Compiling DirectJSON JSON.swift
[5/5] Emitting module DirectJSON
Build complete! (3.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DirectJSON",
  "name" : "DirectJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DirectJSON",
      "targets" : [
        "DirectJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DirectJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "DirectJSONTests",
      "path" : "Tests/DirectJSONTests",
      "sources" : [
        "DirectJSONTests.swift"
      ],
      "target_dependencies" : [
        "DirectJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DirectJSON",
      "module_type" : "SwiftTarget",
      "name" : "DirectJSON",
      "path" : "Sources/DirectJSON",
      "product_memberships" : [
        "DirectJSON"
      ],
      "sources" : [
        "DirectJSON.swift",
        "JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.