The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DynamicJSON, reference main (9648f3), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 16:43:13 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/objecthub/swift-dynamicjson.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-dynamicjson
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9648f32 Update CHANGELOG.
Cloned https://github.com/objecthub/swift-dynamicjson.git
Revision (git rev-parse @):
9648f32126ade414b00b9551c27870d4ad9b168c
SUCCESS checkout https://github.com/objecthub/swift-dynamicjson.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/objecthub/swift-dynamicjson.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write JSONPathTool-entitlement.plist
[2/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/33] Emitting module DynamicJSON
[6/35] Compiling DynamicJSON JSONSchemaValidator.swift
[7/35] Compiling DynamicJSON JSONType.swift
[8/35] Compiling DynamicJSON LocatedJSON.swift
[9/35] Compiling DynamicJSON Indirect.swift
[10/35] Compiling DynamicJSON JSONExtensions.swift
[11/35] Compiling DynamicJSON NSNumber.swift
[12/35] Compiling DynamicJSON JSON.swift
[13/35] Compiling DynamicJSON JSONLocation.swift
[14/35] Compiling DynamicJSON JSONPatch.swift
[15/35] Compiling DynamicJSON JSONPointer.swift
[16/35] Compiling DynamicJSON JSONReference.swift
[17/35] Compiling DynamicJSON JSONSchema.swift
[18/35] Compiling DynamicJSON JSONPathEnvironment.swift
[19/35] Compiling DynamicJSON JSONPathEvaluator.swift
[20/35] Compiling DynamicJSON JSONPathParser.swift
[21/35] Compiling DynamicJSON JSONSchemaResource.swift
[22/35] Compiling DynamicJSON JSONSchemaValidationContext.swift
[23/35] Compiling DynamicJSON JSONSchemaValidationResult.swift
[24/35] Compiling DynamicJSON JSONPatchMaker.swift
[25/35] Compiling DynamicJSON JSONPatchOperation.swift
[26/35] Compiling DynamicJSON JSONPath.swift
[27/35] Compiling DynamicJSON JSONSchemaDialect.swift
[28/35] Compiling DynamicJSON JSONSchemaDraft2020.swift
[29/35] Compiling DynamicJSON JSONSchemaFormatValidators.swift
[30/35] Compiling DynamicJSON JSONSchemaIdentifier.swift
[31/35] Compiling DynamicJSON JSONSchemaProvider.swift
[32/35] Compiling DynamicJSON JSONSchemaRegistry.swift
[33/37] Compiling JSONPathTool main.swift
[34/37] Emitting module JSONPathTool
[34/37] Write Objects.LinkFileList
[35/37] Linking JSONPathTool
[36/37] Applying JSONPathTool
Build complete! (5.88s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicJSON",
  "name" : "DynamicJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicJSON",
      "targets" : [
        "DynamicJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONPathTool",
      "targets" : [
        "JSONPathTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONPathTool",
      "module_type" : "SwiftTarget",
      "name" : "JSONPathTool",
      "path" : "Sources/JSONPathTool",
      "product_memberships" : [
        "JSONPathTool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "DynamicJSON"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DynamicJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicJSONTests",
      "path" : "Tests/DynamicJSONTests",
      "sources" : [
        "DynamicJSONTests.swift",
        "JSONConstructorTests.swift",
        "JSONLocationTests.swift",
        "JSONMergingTests.swift",
        "JSONMutationTests.swift",
        "JSONPatchComplianceSuite.swift",
        "JSONPatchComplianceTest.swift",
        "JSONPatchLargeTest.swift",
        "JSONPatchTestCase.swift",
        "JSONPathComplianceSuite.swift",
        "JSONPathComplianceTest.swift",
        "JSONPathTestCase.swift",
        "JSONPathTests.swift",
        "JSONPointerTests.swift",
        "JSONSchemaComplianceSuite.swift",
        "JSONSchemaComplianceTest.swift",
        "JSONSchemaDebugTest.swift",
        "JSONSchemaExampleTest.swift",
        "JSONSchemaFormatSuite.swift",
        "JSONSchemaOptionalSuite.swift",
        "JSONSchemaTestCase.swift",
        "JSONTypeTests.swift"
      ],
      "target_dependencies" : [
        "DynamicJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicJSON",
      "module_type" : "SwiftTarget",
      "name" : "DynamicJSON",
      "path" : "Sources/DynamicJSON",
      "product_memberships" : [
        "DynamicJSON",
        "JSONPathTool"
      ],
      "sources" : [
        "JSON.swift",
        "JSONLocation.swift",
        "JSONPatch/JSONPatch.swift",
        "JSONPatch/JSONPatchMaker.swift",
        "JSONPatch/JSONPatchOperation.swift",
        "JSONPath/JSONPath.swift",
        "JSONPath/JSONPathEnvironment.swift",
        "JSONPath/JSONPathEvaluator.swift",
        "JSONPath/JSONPathParser.swift",
        "JSONPointer.swift",
        "JSONReference.swift",
        "JSONSchema/JSONSchema.swift",
        "JSONSchema/JSONSchemaDialect.swift",
        "JSONSchema/JSONSchemaDraft2020.swift",
        "JSONSchema/JSONSchemaFormatValidators.swift",
        "JSONSchema/JSONSchemaIdentifier.swift",
        "JSONSchema/JSONSchemaProvider.swift",
        "JSONSchema/JSONSchemaRegistry.swift",
        "JSONSchema/JSONSchemaResource.swift",
        "JSONSchema/JSONSchemaValidationContext.swift",
        "JSONSchema/JSONSchemaValidationResult.swift",
        "JSONSchema/JSONSchemaValidator.swift",
        "JSONType.swift",
        "LocatedJSON.swift",
        "Util/Indirect.swift",
        "Util/JSONExtensions.swift",
        "Util/NSNumber.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.