Build Information
Failed to build swift-json-schema, reference main (78c93f
), with Swift 5.10 for macOS (SPM) on 27 Oct 2024 04:23:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ajevans99/swift-json-schema.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ajevans99/swift-json-schema
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 78c93f3 CI step for Apple platforms (#47)
Submodule path 'Tests/JSONSchemaTests/JSON-Schema-Test-Suite': checked out '82a077498cc761d69e8530c721702be980926c89'
Submodule 'Tests/JSONValidationTests/JSON-Schema-Test-Suite' (https://github.com/json-schema-org/JSON-Schema-Test-Suite.git) registered for path 'Tests/JSONSchemaTests/JSON-Schema-Test-Suite'
Cloning into '/Users/admin/builder/spi-builder-workspace/Tests/JSONSchemaTests/JSON-Schema-Test-Suite'...
Cloned https://github.com/ajevans99/swift-json-schema.git
Revision (git rev-parse @):
78c93f3f4de55bb6690412289e9036dacd59d97d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ajevans99/swift-json-schema.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/ajevans99/swift-json-schema.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/29] Write sources
[17/29] Write JSONSchemaClient-entitlement.plist
[18/29] Write sources
[21/29] Copying Resources
[22/29] Compiling _SwiftSyntaxCShims dummy.c
[23/29] Write swift-version-33747A42983211AE.txt
[25/62] Emitting module SwiftSyntax509
[26/62] Emitting module SwiftSyntax510
[27/62] Compiling SwiftSyntax509 Empty.swift
[28/62] Emitting module SwiftSyntax600
[29/62] Compiling SwiftSyntax600 Empty.swift
[30/62] Compiling SwiftSyntax510 Empty.swift
[31/126] Compiling SwiftSyntax AbsolutePosition.swift
[32/126] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[33/126] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[34/126] Compiling SwiftSyntax Assert.swift
[35/126] Compiling SwiftSyntax BumpPtrAllocator.swift
[36/126] Compiling SwiftSyntax CommonAncestor.swift
[37/126] Compiling SwiftSyntax Convenience.swift
[38/133] Compiling SwiftSyntax RawSyntaxTokenView.swift
[39/133] Compiling SwiftSyntax SourceEdit.swift
[40/133] Compiling SwiftSyntax SourceLength.swift
[41/133] Compiling SwiftSyntax SourceLocation.swift
[42/133] Compiling SwiftSyntax SourcePresence.swift
[43/133] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[44/133] Compiling SwiftSyntax Syntax.swift
[45/133] Compiling SwiftSyntax CustomTraits.swift
[46/133] Compiling SwiftSyntax Identifier.swift
[47/133] Compiling SwiftSyntax MemoryLayout.swift
[48/133] Compiling SwiftSyntax MissingNodeInitializers.swift
[49/133] Compiling SwiftSyntax RawSyntax.swift
[50/133] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[51/133] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[52/133] Compiling SwiftSyntax SyntaxArena.swift
[53/133] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[54/133] Compiling SwiftSyntax SyntaxChildren.swift
[55/133] Compiling SwiftSyntax SyntaxCollection.swift
[56/133] Compiling SwiftSyntax SyntaxHashable.swift
[57/133] Compiling SwiftSyntax SyntaxIdentifier.swift
[58/133] Compiling SwiftSyntax SyntaxNodeStructure.swift
[59/133] Compiling SwiftSyntax SyntaxProtocol.swift
[60/133] Compiling SwiftSyntax SyntaxText.swift
[61/133] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[62/133] Compiling SwiftSyntax TokenDiagnostic.swift
[63/133] Compiling SwiftSyntax TokenSequence.swift
[64/133] Compiling SwiftSyntax TokenSyntax.swift
[65/133] Compiling SwiftSyntax Trivia.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/133] Emitting module JSONSchema
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:13:18: note: in declaration of 'PrefixItems'
package struct PrefixItems: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:84:18: note: in declaration of 'Items'
package struct Items: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:134:18: note: in declaration of 'Contains'
package struct Contains: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:209:18: note: in declaration of 'Properties'
package struct Properties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:268:18: note: in declaration of 'PatternProperties'
package struct PatternProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:325:18: note: in declaration of 'AdditionalProperties'
package struct AdditionalProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:371:18: note: in declaration of 'PropertyNames'
package struct PropertyNames: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:411:18: note: in declaration of 'AllOf'
package struct AllOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:446:18: note: in declaration of 'AnyOf'
package struct AnyOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:487:18: note: in declaration of 'OneOf'
package struct OneOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:528:18: note: in declaration of 'Not'
package struct Not: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:563:18: note: in declaration of 'If'
package struct If: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:592:18: note: in declaration of 'Then'
package struct Then: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:628:18: note: in declaration of 'Else'
package struct Else: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:663:18: note: in declaration of 'DependentSchemas'
package struct DependentSchemas: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:709:18: note: in declaration of 'UnevaluatedItems'
package struct UnevaluatedItems: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:789:18: note: in declaration of 'UnevaluatedProperties'
package struct UnevaluatedProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: consecutive declarations on a line must be separated by ';'
func throwIfErrors() throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: expected declaration
func throwIfErrors() throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:925:8: note: in declaration of 'ValidationResultBuilder'
struct ValidationResultBuilder {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:56:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:100:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:175:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:239:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:274:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
nonisolated(unsafe)
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:299:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:275:19: warning: stored property 'patterns' of 'Sendable'-conforming struct 'PatternProperties' has non-sendable type '[(Regex<AnyRegexOutput>, Schema)]'
private let patterns: [(Regex<AnyRegexOutput>, Schema)]
^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:341:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:387:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:427:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:462:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:503:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:544:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:579:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:608:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:644:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:684:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:725:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:805:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:8: error: expected '{' in body of function declaration
func throwIfErrors() throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:10:18: note: in declaration of 'TypeKeyword'
package struct TypeKeyword: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:55:18: note: in declaration of 'Enum'
package struct Enum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:80:18: note: in declaration of 'Constant'
package struct Constant: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:107:18: note: in declaration of 'MultipleOf'
package struct MultipleOf: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:143:18: note: in declaration of 'Maximum'
package struct Maximum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:168:18: note: in declaration of 'ExclusiveMaximum'
package struct ExclusiveMaximum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:194:18: note: in declaration of 'Minimum'
package struct Minimum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:219:18: note: in declaration of 'ExclusiveMinimum'
package struct ExclusiveMinimum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:249:18: note: in declaration of 'MaxLength'
package struct MaxLength: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:275:18: note: in declaration of 'MinLength'
package struct MinLength: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:301:18: note: in declaration of 'Pattern'
package struct Pattern: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:334:18: note: in declaration of 'Format'
package struct Format: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:359:18: note: in declaration of 'MaxItems'
package struct MaxItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:385:18: note: in declaration of 'MinItems'
package struct MinItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:411:18: note: in declaration of 'UniqueItems'
package struct UniqueItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:440:18: note: in declaration of 'MaxContains'
package struct MaxContains: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:479:18: note: in declaration of 'MinContains'
package struct MinContains: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:526:18: note: in declaration of 'MaxProperties'
package struct MaxProperties: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:554:18: note: in declaration of 'MinProperties'
package struct MinProperties: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:582:18: note: in declaration of 'Required'
package struct Required: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:610:18: note: in declaration of 'DependentRequired'
package struct DependentRequired: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:40:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:69:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:91:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:122:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:157:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:182:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:208:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:233:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:263:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:289:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:307:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
nonisolated(unsafe)
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:321:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:308:19: warning: stored property 'regex' of 'Sendable'-conforming struct 'Pattern' has non-sendable type 'Regex<AnyRegexOutput>?'
private let regex: Regex<AnyRegexOutput>?
^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:345:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:373:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:399:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:425:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:454:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:497:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:540:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:568:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:596:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:625:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:40:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:40:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:14:10: note: in declaration of 'Reference'
struct Reference: ReferenceKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:88:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:62:10: note: in declaration of 'DynamicReference'
struct DynamicReference: ReferenceKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:34:10: error: expected '{' in body of function declaration
func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:82:10: error: expected '{' in body of function declaration
func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:8:10: error: initializer requires a body
public init(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable
var dialect: Dialect
^
[67/135] Compiling JSONSchema ValidationResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[68/135] Compiling JSONSchema resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[69/135] Compiling SwiftSyntax SyntaxRewriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[70/135] Compiling SwiftSyntax SyntaxTraits.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[71/135] Compiling SwiftSyntax SyntaxVisitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[72/135] Compiling SwiftSyntax TokenKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:13:18: note: in declaration of 'PrefixItems'
package struct PrefixItems: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:84:18: note: in declaration of 'Items'
package struct Items: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:134:18: note: in declaration of 'Contains'
package struct Contains: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:209:18: note: in declaration of 'Properties'
package struct Properties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:268:18: note: in declaration of 'PatternProperties'
package struct PatternProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:325:18: note: in declaration of 'AdditionalProperties'
package struct AdditionalProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:371:18: note: in declaration of 'PropertyNames'
package struct PropertyNames: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:411:18: note: in declaration of 'AllOf'
package struct AllOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:446:18: note: in declaration of 'AnyOf'
package struct AnyOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:487:18: note: in declaration of 'OneOf'
package struct OneOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:528:18: note: in declaration of 'Not'
package struct Not: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:563:18: note: in declaration of 'If'
package struct If: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:592:18: note: in declaration of 'Then'
package struct Then: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:628:18: note: in declaration of 'Else'
package struct Else: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:663:18: note: in declaration of 'DependentSchemas'
package struct DependentSchemas: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:709:18: note: in declaration of 'UnevaluatedItems'
package struct UnevaluatedItems: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:789:18: note: in declaration of 'UnevaluatedProperties'
package struct UnevaluatedProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: consecutive declarations on a line must be separated by ';'
func throwIfErrors() throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: expected declaration
func throwIfErrors() throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:925:8: note: in declaration of 'ValidationResultBuilder'
struct ValidationResultBuilder {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:10:18: note: in declaration of 'TypeKeyword'
package struct TypeKeyword: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:55:18: note: in declaration of 'Enum'
package struct Enum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:80:18: note: in declaration of 'Constant'
package struct Constant: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:107:18: note: in declaration of 'MultipleOf'
package struct MultipleOf: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:143:18: note: in declaration of 'Maximum'
package struct Maximum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:168:18: note: in declaration of 'ExclusiveMaximum'
package struct ExclusiveMaximum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:194:18: note: in declaration of 'Minimum'
package struct Minimum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:219:18: note: in declaration of 'ExclusiveMinimum'
package struct ExclusiveMinimum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:249:18: note: in declaration of 'MaxLength'
package struct MaxLength: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:275:18: note: in declaration of 'MinLength'
package struct MinLength: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:301:18: note: in declaration of 'Pattern'
package struct Pattern: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:334:18: note: in declaration of 'Format'
package struct Format: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:359:18: note: in declaration of 'MaxItems'
package struct MaxItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:385:18: note: in declaration of 'MinItems'
package struct MinItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:411:18: note: in declaration of 'UniqueItems'
package struct UniqueItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:440:18: note: in declaration of 'MaxContains'
package struct MaxContains: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:479:18: note: in declaration of 'MinContains'
package struct MinContains: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:526:18: note: in declaration of 'MaxProperties'
package struct MaxProperties: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:554:18: note: in declaration of 'MinProperties'
package struct MinProperties: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:582:18: note: in declaration of 'Required'
package struct Required: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:610:18: note: in declaration of 'DependentRequired'
package struct DependentRequired: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:56:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:100:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:175:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:239:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:274:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
nonisolated(unsafe)
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:299:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:275:19: warning: stored property 'patterns' of 'Sendable'-conforming struct 'PatternProperties' has non-sendable type '[(Regex<AnyRegexOutput>, Schema)]'
private let patterns: [(Regex<AnyRegexOutput>, Schema)]
^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:341:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:387:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:427:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:462:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:503:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:544:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:579:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:608:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:644:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:684:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:725:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:805:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:8: error: expected '{' in body of function declaration
func throwIfErrors() throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:40:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:69:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:91:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:122:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:157:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:182:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:208:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:233:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:263:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:289:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:307:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
nonisolated(unsafe)
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:321:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:308:19: warning: stored property 'regex' of 'Sendable'-conforming struct 'Pattern' has non-sendable type 'Regex<AnyRegexOutput>?'
private let regex: Regex<AnyRegexOutput>?
^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:345:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:373:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:399:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:425:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:454:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:497:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:540:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:568:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:596:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:625:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:13:18: note: in declaration of 'PrefixItems'
package struct PrefixItems: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:84:18: note: in declaration of 'Items'
package struct Items: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:134:18: note: in declaration of 'Contains'
package struct Contains: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:209:18: note: in declaration of 'Properties'
package struct Properties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:268:18: note: in declaration of 'PatternProperties'
package struct PatternProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:325:18: note: in declaration of 'AdditionalProperties'
package struct AdditionalProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:371:18: note: in declaration of 'PropertyNames'
package struct PropertyNames: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:411:18: note: in declaration of 'AllOf'
package struct AllOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:446:18: note: in declaration of 'AnyOf'
package struct AnyOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:487:18: note: in declaration of 'OneOf'
package struct OneOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:528:18: note: in declaration of 'Not'
package struct Not: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:563:18: note: in declaration of 'If'
package struct If: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:592:18: note: in declaration of 'Then'
package struct Then: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:628:18: note: in declaration of 'Else'
package struct Else: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:663:18: note: in declaration of 'DependentSchemas'
package struct DependentSchemas: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:709:18: note: in declaration of 'UnevaluatedItems'
package struct UnevaluatedItems: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:789:18: note: in declaration of 'UnevaluatedProperties'
package struct UnevaluatedProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: consecutive declarations on a line must be separated by ';'
func throwIfErrors() throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: expected declaration
func throwIfErrors() throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:925:8: note: in declaration of 'ValidationResultBuilder'
struct ValidationResultBuilder {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:10:18: note: in declaration of 'TypeKeyword'
package struct TypeKeyword: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:55:18: note: in declaration of 'Enum'
package struct Enum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:80:18: note: in declaration of 'Constant'
package struct Constant: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:107:18: note: in declaration of 'MultipleOf'
package struct MultipleOf: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:143:18: note: in declaration of 'Maximum'
package struct Maximum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:168:18: note: in declaration of 'ExclusiveMaximum'
package struct ExclusiveMaximum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:194:18: note: in declaration of 'Minimum'
package struct Minimum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:219:18: note: in declaration of 'ExclusiveMinimum'
package struct ExclusiveMinimum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:249:18: note: in declaration of 'MaxLength'
package struct MaxLength: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:275:18: note: in declaration of 'MinLength'
package struct MinLength: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:301:18: note: in declaration of 'Pattern'
package struct Pattern: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:334:18: note: in declaration of 'Format'
package struct Format: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:359:18: note: in declaration of 'MaxItems'
package struct MaxItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:385:18: note: in declaration of 'MinItems'
package struct MinItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:411:18: note: in declaration of 'UniqueItems'
package struct UniqueItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:440:18: note: in declaration of 'MaxContains'
package struct MaxContains: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:479:18: note: in declaration of 'MinContains'
package struct MinContains: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:526:18: note: in declaration of 'MaxProperties'
package struct MaxProperties: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:554:18: note: in declaration of 'MinProperties'
package struct MinProperties: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:582:18: note: in declaration of 'Required'
package struct Required: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:610:18: note: in declaration of 'DependentRequired'
package struct DependentRequired: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:56:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:100:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:175:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:239:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:274:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
nonisolated(unsafe)
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:299:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:275:19: warning: stored property 'patterns' of 'Sendable'-conforming struct 'PatternProperties' has non-sendable type '[(Regex<AnyRegexOutput>, Schema)]'
private let patterns: [(Regex<AnyRegexOutput>, Schema)]
^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:341:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:387:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:427:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:462:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:503:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:544:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:579:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:608:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:644:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:684:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:725:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:805:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:8: error: expected '{' in body of function declaration
func throwIfErrors() throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:40:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:69:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:91:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:122:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:157:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:182:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:208:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:233:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:263:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:289:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:307:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
nonisolated(unsafe)
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:321:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:308:19: warning: stored property 'regex' of 'Sendable'-conforming struct 'Pattern' has non-sendable type 'Regex<AnyRegexOutput>?'
private let regex: Regex<AnyRegexOutput>?
^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:345:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:373:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:399:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:425:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:454:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:497:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:540:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:568:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:596:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:625:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:13:18: note: in declaration of 'PrefixItems'
package struct PrefixItems: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:84:18: note: in declaration of 'Items'
package struct Items: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:134:18: note: in declaration of 'Contains'
package struct Contains: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:209:18: note: in declaration of 'Properties'
package struct Properties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:268:18: note: in declaration of 'PatternProperties'
package struct PatternProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:325:18: note: in declaration of 'AdditionalProperties'
package struct AdditionalProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:371:18: note: in declaration of 'PropertyNames'
package struct PropertyNames: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:411:18: note: in declaration of 'AllOf'
package struct AllOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:446:18: note: in declaration of 'AnyOf'
package struct AnyOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:487:18: note: in declaration of 'OneOf'
package struct OneOf: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:528:18: note: in declaration of 'Not'
package struct Not: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:563:18: note: in declaration of 'If'
package struct If: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:592:18: note: in declaration of 'Then'
package struct Then: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:628:18: note: in declaration of 'Else'
package struct Else: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:663:18: note: in declaration of 'DependentSchemas'
package struct DependentSchemas: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:709:18: note: in declaration of 'UnevaluatedItems'
package struct UnevaluatedItems: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:789:18: note: in declaration of 'UnevaluatedProperties'
package struct UnevaluatedProperties: ApplicatorKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: consecutive declarations on a line must be separated by ';'
func throwIfErrors() throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: expected declaration
func throwIfErrors() throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:925:8: note: in declaration of 'ValidationResultBuilder'
struct ValidationResultBuilder {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:10:18: note: in declaration of 'TypeKeyword'
package struct TypeKeyword: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:55:18: note: in declaration of 'Enum'
package struct Enum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:80:18: note: in declaration of 'Constant'
package struct Constant: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:107:18: note: in declaration of 'MultipleOf'
package struct MultipleOf: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:143:18: note: in declaration of 'Maximum'
package struct Maximum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:168:18: note: in declaration of 'ExclusiveMaximum'
package struct ExclusiveMaximum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:194:18: note: in declaration of 'Minimum'
package struct Minimum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:219:18: note: in declaration of 'ExclusiveMinimum'
package struct ExclusiveMinimum: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:249:18: note: in declaration of 'MaxLength'
package struct MaxLength: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:275:18: note: in declaration of 'MinLength'
package struct MinLength: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:301:18: note: in declaration of 'Pattern'
package struct Pattern: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:334:18: note: in declaration of 'Format'
package struct Format: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:359:18: note: in declaration of 'MaxItems'
package struct MaxItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:385:18: note: in declaration of 'MinItems'
package struct MinItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:411:18: note: in declaration of 'UniqueItems'
package struct UniqueItems: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:440:18: note: in declaration of 'MaxContains'
package struct MaxContains: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:479:18: note: in declaration of 'MinContains'
package struct MinContains: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:526:18: note: in declaration of 'MaxProperties'
package struct MaxProperties: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:554:18: note: in declaration of 'MinProperties'
package struct MinProperties: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:582:18: note: in declaration of 'Required'
package struct Required: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:610:18: note: in declaration of 'DependentRequired'
package struct DependentRequired: AssertionKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:56:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:100:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:175:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:239:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:274:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
nonisolated(unsafe)
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:299:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:275:19: warning: stored property 'patterns' of 'Sendable'-conforming struct 'PatternProperties' has non-sendable type '[(Regex<AnyRegexOutput>, Schema)]'
private let patterns: [(Regex<AnyRegexOutput>, Schema)]
^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:341:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:387:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:427:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:462:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:503:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:544:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:579:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:608:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:644:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:684:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:725:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:805:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:8: error: expected '{' in body of function declaration
func throwIfErrors() throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:40:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:69:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:91:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:122:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:157:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:182:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:208:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:233:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:263:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:289:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:307:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
nonisolated(unsafe)
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:321:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:308:19: warning: stored property 'regex' of 'Sendable'-conforming struct 'Pattern' has non-sendable type 'Regex<AnyRegexOutput>?'
private let regex: Regex<AnyRegexOutput>?
^
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex<Output> : RegexComponent {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:345:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:373:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:399:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:425:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:454:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:497:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:540:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:568:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:596:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:625:18: error: expected '{' in body of function declaration
package func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:180:10: error: expected '{' after 'do'
do throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:8:10: error: initializer requires a body
public init(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:199:37: error: value of type 'any Error' has no member 'makeValidationError'
let validationError = error.makeValidationError(
~~~~~ ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:180:10: error: expected '{' after 'do'
do throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:8:10: error: initializer requires a body
public init(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:199:37: error: value of type 'any Error' has no member 'makeValidationError'
let validationError = error.makeValidationError(
~~~~~ ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:180:10: error: expected '{' after 'do'
do throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:8:10: error: initializer requires a body
public init(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:199:37: error: value of type 'any Error' has no member 'makeValidationError'
let validationError = error.makeValidationError(
~~~~~ ^~~~~~~~~~~~~~~~~~~
[78/135] Compiling SwiftSyntax RawSyntaxValidation.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[79/135] Compiling SwiftSyntax SyntaxNodesAB.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[80/135] Compiling SwiftSyntax SyntaxNodesC.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[81/135] Compiling SwiftSyntax RawSyntaxNodesOP.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[82/135] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[83/135] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[84/135] Compiling SwiftSyntax SyntaxCollections.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[85/135] Compiling SwiftSyntax SyntaxEnum.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[86/135] Compiling SwiftSyntax SyntaxKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable
var dialect: Dialect
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable
var dialect: Dialect
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[91/135] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable
var dialect: Dialect
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:40:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:40:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:14:10: note: in declaration of 'Reference'
struct Reference: ReferenceKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:88:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:62:10: note: in declaration of 'DynamicReference'
struct DynamicReference: ReferenceKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:34:10: error: expected '{' in body of function declaration
func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:82:10: error: expected '{' in body of function declaration
func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:40:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:40:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:14:10: note: in declaration of 'Reference'
struct Reference: ReferenceKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:88:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:62:10: note: in declaration of 'DynamicReference'
struct DynamicReference: ReferenceKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:34:10: error: expected '{' in body of function declaration
func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:82:10: error: expected '{' in body of function declaration
func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:40:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:40:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:14:10: note: in declaration of 'Reference'
struct Reference: ReferenceKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:88:13: error: expected declaration
) throws(ValidationIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:62:10: note: in declaration of 'DynamicReference'
struct DynamicReference: ReferenceKeyword {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:34:10: error: expected '{' in body of function declaration
func validate(
^
/Users/admin/builder/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:82:10: error: expected '{' in body of function declaration
func validate(
^
error: fatalError
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2038] Fetching swift-docc-plugin
[226/5189] Fetching swift-docc-plugin, swift-docc-symbolkit
[5190/71202] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.02s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (4.02s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (4.02s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.0-prerelease-2024-06-12 (2.53s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.3.0 (0.59s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.0-prerelease-2024-06-12
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.3.0
BUILD FAILURE 5.10 macosSpm