The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-json-schema, reference main (c36a19), with Swift 6.2 for macOS (SPM) on 15 Aug 2025 07:07: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.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t089/swift-json-schema.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t089/swift-json-schema
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c36a199 proper enum type and add JSONValue
Cloned https://github.com/t089/swift-json-schema.git
Revision (git rev-parse @):
c36a199c840907b3a7d7931598696528604b2bfb
SUCCESS checkout https://github.com/t089/swift-json-schema.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/t089/swift-json-schema.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 JSONSchema JSONValue.swift
[4/5] Emitting module JSONSchema
[5/5] Compiling JSONSchema JSONSchema.swift
Build complete! (0.98s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-json-schema",
  "name" : "swift-json-schema",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONSchema",
      "targets" : [
        "JSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaTests",
      "path" : "Tests/JSONSchemaTests",
      "sources" : [
        "JSONSchemaTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchema",
      "path" : "Sources/JSONSchema",
      "product_memberships" : [
        "JSONSchema"
      ],
      "sources" : [
        "JSONSchema.swift",
        "JSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.