The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-json-schema, reference main (56feb0), with Swift 6.2 for macOS (SPM) on 7 Jul 2025 09:04:33 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/niscy-eudiw/swift-json-schema.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/niscy-eudiw/swift-json-schema
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 56feb03 Merge pull request #2 from niscy-eudiw/feature/updated-package-name
Cloned https://github.com/niscy-eudiw/swift-json-schema.git
Revision (git rev-parse @):
56feb037a3723586c1dc4c4b1cf1ae1ff0c93ca5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/niscy-eudiw/swift-json-schema.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/niscy-eudiw/swift-json-schema.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/12] Copying format-annotation.json
[2/12] Copying validation.json
[3/12] Copying unevaluated.json
[4/12] Write sources
[6/12] Copying applicator.json
[6/12] Copying schema.json
[6/12] Copying core.json
[7/12] Copying content.json
[10/12] Copying meta-data.json
[11/12] Write swift-version-1EA4D86E10B52AF.txt
[13/40] Emitting module SwiftJSONSchema
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 3 | /// Container for information used when validating a schema.
 4 | public final class Context: Sendable {
 5 |   var dialect: Dialect
   |       `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 6 |
 7 |   var rootRawSchema: JSONValue?
[14/43] Compiling SwiftJSONSchema Annotation.swift
[15/43] Compiling SwiftJSONSchema AnnotationContainer.swift
[16/43] Compiling SwiftJSONSchema JSONType.swift
[17/43] Compiling SwiftJSONSchema ValidationLocation.swift
[18/43] Compiling SwiftJSONSchema ValidationResult.swift
[19/43] Compiling SwiftJSONSchema resource_bundle_accessor.swift
[20/43] Compiling SwiftJSONSchema SchemaIssue.swift
[21/43] Compiling SwiftJSONSchema ValidationIssue.swift
[22/43] Compiling SwiftJSONSchema ValidatableSchema.swift
[23/43] Compiling SwiftJSONSchema Keywords+Applicator.swift
[24/43] Compiling SwiftJSONSchema Keywords+Assertion.swift
[25/43] Compiling SwiftJSONSchema Keywords+Identifier.swift
[26/43] Compiling SwiftJSONSchema Keywords+Metadata.swift
[27/43] Compiling SwiftJSONSchema Keywords+Reference.swift
[28/43] Compiling SwiftJSONSchema Keywords+Reserved.swift
[29/43] Compiling SwiftJSONSchema Array+JSONValue.swift
[30/43] Compiling SwiftJSONSchema JSONValue+Codable.swift
[31/43] Compiling SwiftJSONSchema JSONValue+ExpressibleByLiteral.swift
[32/43] Compiling SwiftJSONSchema Dialect.swift
[33/43] Compiling SwiftJSONSchema BuiltinValidators.swift
[34/43] Compiling SwiftJSONSchema FormatValidator.swift
[35/43] Compiling SwiftJSONSchema Keywords.swift
[36/43] Compiling SwiftJSONSchema JSONPointer.swift
[37/43] Compiling SwiftJSONSchema Schema+Codable.swift
[38/43] Compiling SwiftJSONSchema JSONValue.swift
[39/43] Compiling SwiftJSONSchema Keyword.swift
[40/43] Compiling SwiftJSONSchema Keywords+Annotation.swift
[41/43] Compiling SwiftJSONSchema Schema+Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 3 | /// Container for information used when validating a schema.
 4 | public final class Context: Sendable {
 5 |   var dialect: Dialect
   |       `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 6 |
 7 |   var rootRawSchema: JSONValue?
[42/43] Compiling SwiftJSONSchema Schema.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 3 | /// Container for information used when validating a schema.
 4 | public final class Context: Sendable {
 5 |   var dialect: Dialect
   |       `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 6 |
 7 |   var rootRawSchema: JSONValue?
[43/43] Compiling SwiftJSONSchema Context.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 3 | /// Container for information used when validating a schema.
 4 | public final class Context: Sendable {
 5 |   var dialect: Dialect
   |       `- warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable; this is an error in the Swift 6 language mode
 6 |
 7 |   var rootRawSchema: JSONValue?
Build complete! (30.76s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[2095/17440] Fetching swift-docc-plugin, swift-snapshot-testing
[2556/88619] Fetching swift-docc-plugin, swift-snapshot-testing, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.69s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.69s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (4.69s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (7.32s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.41s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.86s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.27s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.78s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3422] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.80s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.39s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
warning: 'spi-builder-workspace': Invalid Resource 'JSON-Schema-Test-Suite': File not found.
warning: 'spi-builder-workspace': dependency 'swift-syntax' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-snapshot-testing' is not used by any target
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "swift-json-schema",
  "name" : "swift-json-schema",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftJSONSchema",
      "targets" : [
        "SwiftJSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftJSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJSONSchemaTests",
      "path" : "Tests/SwiftJSONSchemaTests",
      "sources" : [
        "FormatValidatorTests.swift",
        "JSONPointerTests.swift",
        "JSONSchemaTestSuite.swift",
        "JSONValueTests.swift",
        "KeywordTests.swift",
        "SchemaTests.swift",
        "Utils/FileLoader.swift"
      ],
      "target_dependencies" : [
        "SwiftJSONSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftJSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJSONSchema",
      "path" : "Sources/SwiftJSONSchema",
      "product_memberships" : [
        "SwiftJSONSchema"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/applicator.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/content.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/core.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/format-annotation.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/meta-data.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/unevaluated.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/meta/validation.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftJSONSchema/Resources/draft2020-12/schema.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Annotations/Annotation.swift",
        "Annotations/AnnotationContainer.swift",
        "Annotations/JSONType.swift",
        "Dialect.swift",
        "FormatValidators/BuiltinValidators.swift",
        "FormatValidators/FormatValidator.swift",
        "JSONValue/Array+JSONValue.swift",
        "JSONValue/JSONValue+Codable.swift",
        "JSONValue/JSONValue+ExpressibleByLiteral.swift",
        "JSONValue/JSONValue.swift",
        "Keywords/Keyword.swift",
        "Keywords/Keywords+Annotation.swift",
        "Keywords/Keywords+Applicator.swift",
        "Keywords/Keywords+Assertion.swift",
        "Keywords/Keywords+Identifier.swift",
        "Keywords/Keywords+Metadata.swift",
        "Keywords/Keywords+Reference.swift",
        "Keywords/Keywords+Reserved.swift",
        "Keywords/Keywords.swift",
        "Pointers/JSONPointer.swift",
        "Schema+Codable.swift",
        "Schema+Equatable.swift",
        "Schema.swift",
        "Validation/Context.swift",
        "Validation/Errors/SchemaIssue.swift",
        "Validation/Errors/ValidationIssue.swift",
        "Validation/ValidatableSchema.swift",
        "Validation/ValidationLocation.swift",
        "Validation/ValidationResult.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': Invalid Resource 'JSON-Schema-Test-Suite': File not found.
Done.