The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DirtyJSON, reference 0.0.6 (457170), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 10:49: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/wuyu2015/DirtyJSONSwift.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wuyu2015/DirtyJSONSwift
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at 457170a Corrected string quote bug.
Cloned https://github.com/wuyu2015/DirtyJSONSwift.git
Revision (git rev-parse @):
457170ae11b5a7d8944cc48ac4935b669e67240b
SUCCESS checkout https://github.com/wuyu2015/DirtyJSONSwift.git at 0.0.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wuyu2015/DirtyJSONSwift.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/9] Emitting module DirtyJSON
[4/9] Compiling DirtyJSON DirtyJSON.Token.swift
[5/9] Compiling DirtyJSON DirtyJSON.swift
[6/9] Compiling DirtyJSON DirtyJSON+TokenStatus.swift
[7/9] Compiling DirtyJSON DirtyJSON.StringIterator.swift
[8/9] Compiling DirtyJSON DirtyJSON+fix.swift
[9/9] Compiling DirtyJSON DirtyJSON+func.swift
Build complete! (3.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DirtyJSON",
  "name" : "DirtyJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "DirtyJSON",
      "targets" : [
        "DirtyJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DirtyJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "DirtyJSONTests",
      "path" : "Tests/DirtyJSONTests",
      "sources" : [
        "DirtyJSONTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DirtyJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DirtyJSON",
      "module_type" : "SwiftTarget",
      "name" : "DirtyJSON",
      "path" : "Sources/DirtyJSON",
      "product_memberships" : [
        "DirtyJSON"
      ],
      "sources" : [
        "DirtyJSON+TokenStatus.swift",
        "DirtyJSON+fix.swift",
        "DirtyJSON+func.swift",
        "DirtyJSON.StringIterator.swift",
        "DirtyJSON.Token.swift",
        "DirtyJSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.