Build Information
Failed to build swift-json-schema, reference main (78c93f
), with Swift 5.10 for Linux on 27 Oct 2024 04:22:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:503:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:491:17: warning: stored property 'context' of 'Sendable'-conforming struct 'OneOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:544:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:532:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Not' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:579:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:567:17: warning: stored property 'context' of 'Sendable'-conforming struct 'If' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:608:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:596:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Then' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:644:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:632:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Else' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:684:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:667:17: warning: stored property 'context' of 'Sendable'-conforming struct 'DependentSchemas' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:725:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:713:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UnevaluatedItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:805:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:793:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UnevaluatedProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:8: error: expected '{' in body of function declaration
func throwIfErrors() throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:40:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:14:17: warning: stored property 'context' of 'Sendable'-conforming struct 'TypeKeyword' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:69:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:59:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Enum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:91:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:84:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Constant' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:122:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:111:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MultipleOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:157:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:147:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Maximum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:182:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:172:17: warning: stored property 'context' of 'Sendable'-conforming struct 'ExclusiveMaximum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:208:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:198:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Minimum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:233:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:223:17: warning: stored property 'context' of 'Sendable'-conforming struct 'ExclusiveMinimum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:263:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:253:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxLength' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:289:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:279:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinLength' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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)
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:321:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:305:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Pattern' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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 {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:345:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:338:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Format' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:373:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:363:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:399:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:389:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:425:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:415:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UniqueItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:454:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:444:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxContains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:497:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:483:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinContains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:540:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:530:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:568:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:558:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:596:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:586:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Required' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:625:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:614:17: warning: stored property 'context' of 'Sendable'-conforming struct 'DependentRequired' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
[49/146] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:13:18: note: in declaration of 'PrefixItems'
package struct PrefixItems: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:84:18: note: in declaration of 'Items'
package struct Items: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:134:18: note: in declaration of 'Contains'
package struct Contains: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:209:18: note: in declaration of 'Properties'
package struct Properties: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:268:18: note: in declaration of 'PatternProperties'
package struct PatternProperties: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:325:18: note: in declaration of 'AdditionalProperties'
package struct AdditionalProperties: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:371:18: note: in declaration of 'PropertyNames'
package struct PropertyNames: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:411:18: note: in declaration of 'AllOf'
package struct AllOf: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:446:18: note: in declaration of 'AnyOf'
package struct AnyOf: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:487:18: note: in declaration of 'OneOf'
package struct OneOf: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:528:18: note: in declaration of 'Not'
package struct Not: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:563:18: note: in declaration of 'If'
package struct If: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:592:18: note: in declaration of 'Then'
package struct Then: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:628:18: note: in declaration of 'Else'
package struct Else: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:663:18: note: in declaration of 'DependentSchemas'
package struct DependentSchemas: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:709:18: note: in declaration of 'UnevaluatedItems'
package struct UnevaluatedItems: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:789:18: note: in declaration of 'UnevaluatedProperties'
package struct UnevaluatedProperties: ApplicatorKeyword {
^
/host/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) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: expected declaration
func throwIfErrors() throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:925:8: note: in declaration of 'ValidationResultBuilder'
struct ValidationResultBuilder {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:10:18: note: in declaration of 'TypeKeyword'
package struct TypeKeyword: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:55:18: note: in declaration of 'Enum'
package struct Enum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:80:18: note: in declaration of 'Constant'
package struct Constant: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:107:18: note: in declaration of 'MultipleOf'
package struct MultipleOf: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:143:18: note: in declaration of 'Maximum'
package struct Maximum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:168:18: note: in declaration of 'ExclusiveMaximum'
package struct ExclusiveMaximum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:194:18: note: in declaration of 'Minimum'
package struct Minimum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:219:18: note: in declaration of 'ExclusiveMinimum'
package struct ExclusiveMinimum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:249:18: note: in declaration of 'MaxLength'
package struct MaxLength: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:275:18: note: in declaration of 'MinLength'
package struct MinLength: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:301:18: note: in declaration of 'Pattern'
package struct Pattern: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:334:18: note: in declaration of 'Format'
package struct Format: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:359:18: note: in declaration of 'MaxItems'
package struct MaxItems: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:385:18: note: in declaration of 'MinItems'
package struct MinItems: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:411:18: note: in declaration of 'UniqueItems'
package struct UniqueItems: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:440:18: note: in declaration of 'MaxContains'
package struct MaxContains: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:479:18: note: in declaration of 'MinContains'
package struct MinContains: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:526:18: note: in declaration of 'MaxProperties'
package struct MaxProperties: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:554:18: note: in declaration of 'MinProperties'
package struct MinProperties: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:582:18: note: in declaration of 'Required'
package struct Required: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:610:18: note: in declaration of 'DependentRequired'
package struct DependentRequired: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:56:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:17:17: warning: stored property 'context' of 'Sendable'-conforming struct 'PrefixItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:100:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:88:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Items' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:175:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:138:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Contains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:239:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:213:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Properties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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)
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:299:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:272:17: warning: stored property 'context' of 'Sendable'-conforming struct 'PatternProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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 {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:341:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:329:17: warning: stored property 'context' of 'Sendable'-conforming struct 'AdditionalProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:387:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:375:17: warning: stored property 'context' of 'Sendable'-conforming struct 'PropertyNames' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:427:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:415:17: warning: stored property 'context' of 'Sendable'-conforming struct 'AllOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:462:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:450:17: warning: stored property 'context' of 'Sendable'-conforming struct 'AnyOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:503:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:491:17: warning: stored property 'context' of 'Sendable'-conforming struct 'OneOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:544:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:532:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Not' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:579:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:567:17: warning: stored property 'context' of 'Sendable'-conforming struct 'If' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:608:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:596:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Then' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:644:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:632:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Else' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:684:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:667:17: warning: stored property 'context' of 'Sendable'-conforming struct 'DependentSchemas' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:725:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:713:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UnevaluatedItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:805:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:793:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UnevaluatedProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:8: error: expected '{' in body of function declaration
func throwIfErrors() throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:40:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:14:17: warning: stored property 'context' of 'Sendable'-conforming struct 'TypeKeyword' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:69:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:59:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Enum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:91:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:84:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Constant' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:122:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:111:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MultipleOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:157:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:147:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Maximum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:182:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:172:17: warning: stored property 'context' of 'Sendable'-conforming struct 'ExclusiveMaximum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:208:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:198:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Minimum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:233:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:223:17: warning: stored property 'context' of 'Sendable'-conforming struct 'ExclusiveMinimum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:263:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:253:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxLength' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:289:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:279:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinLength' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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)
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:321:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:305:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Pattern' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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 {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:345:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:338:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Format' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:373:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:363:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:399:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:389:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:425:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:415:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UniqueItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:454:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:444:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxContains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:497:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:483:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinContains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:540:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:530:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:568:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:558:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:596:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:586:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Required' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:625:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:614:17: warning: stored property 'context' of 'Sendable'-conforming struct 'DependentRequired' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
[50/146] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:13:18: note: in declaration of 'PrefixItems'
package struct PrefixItems: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:84:18: note: in declaration of 'Items'
package struct Items: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:134:18: note: in declaration of 'Contains'
package struct Contains: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:209:18: note: in declaration of 'Properties'
package struct Properties: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:268:18: note: in declaration of 'PatternProperties'
package struct PatternProperties: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:325:18: note: in declaration of 'AdditionalProperties'
package struct AdditionalProperties: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:371:18: note: in declaration of 'PropertyNames'
package struct PropertyNames: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:411:18: note: in declaration of 'AllOf'
package struct AllOf: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:446:18: note: in declaration of 'AnyOf'
package struct AnyOf: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:487:18: note: in declaration of 'OneOf'
package struct OneOf: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:528:18: note: in declaration of 'Not'
package struct Not: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:563:18: note: in declaration of 'If'
package struct If: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:592:18: note: in declaration of 'Then'
package struct Then: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:628:18: note: in declaration of 'Else'
package struct Else: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:663:18: note: in declaration of 'DependentSchemas'
package struct DependentSchemas: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:709:18: note: in declaration of 'UnevaluatedItems'
package struct UnevaluatedItems: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:789:18: note: in declaration of 'UnevaluatedProperties'
package struct UnevaluatedProperties: ApplicatorKeyword {
^
/host/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) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: expected declaration
func throwIfErrors() throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:925:8: note: in declaration of 'ValidationResultBuilder'
struct ValidationResultBuilder {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:10:18: note: in declaration of 'TypeKeyword'
package struct TypeKeyword: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:55:18: note: in declaration of 'Enum'
package struct Enum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:80:18: note: in declaration of 'Constant'
package struct Constant: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:107:18: note: in declaration of 'MultipleOf'
package struct MultipleOf: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:143:18: note: in declaration of 'Maximum'
package struct Maximum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:168:18: note: in declaration of 'ExclusiveMaximum'
package struct ExclusiveMaximum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:194:18: note: in declaration of 'Minimum'
package struct Minimum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:219:18: note: in declaration of 'ExclusiveMinimum'
package struct ExclusiveMinimum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:249:18: note: in declaration of 'MaxLength'
package struct MaxLength: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:275:18: note: in declaration of 'MinLength'
package struct MinLength: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:301:18: note: in declaration of 'Pattern'
package struct Pattern: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:334:18: note: in declaration of 'Format'
package struct Format: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:359:18: note: in declaration of 'MaxItems'
package struct MaxItems: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:385:18: note: in declaration of 'MinItems'
package struct MinItems: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:411:18: note: in declaration of 'UniqueItems'
package struct UniqueItems: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:440:18: note: in declaration of 'MaxContains'
package struct MaxContains: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:479:18: note: in declaration of 'MinContains'
package struct MinContains: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:526:18: note: in declaration of 'MaxProperties'
package struct MaxProperties: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:554:18: note: in declaration of 'MinProperties'
package struct MinProperties: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:582:18: note: in declaration of 'Required'
package struct Required: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:610:18: note: in declaration of 'DependentRequired'
package struct DependentRequired: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:56:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:17:17: warning: stored property 'context' of 'Sendable'-conforming struct 'PrefixItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:100:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:88:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Items' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:175:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:138:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Contains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:239:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:213:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Properties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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)
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:299:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:272:17: warning: stored property 'context' of 'Sendable'-conforming struct 'PatternProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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 {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:341:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:329:17: warning: stored property 'context' of 'Sendable'-conforming struct 'AdditionalProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:387:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:375:17: warning: stored property 'context' of 'Sendable'-conforming struct 'PropertyNames' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:427:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:415:17: warning: stored property 'context' of 'Sendable'-conforming struct 'AllOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:462:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:450:17: warning: stored property 'context' of 'Sendable'-conforming struct 'AnyOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:503:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:491:17: warning: stored property 'context' of 'Sendable'-conforming struct 'OneOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:544:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:532:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Not' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:579:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:567:17: warning: stored property 'context' of 'Sendable'-conforming struct 'If' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:608:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:596:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Then' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:644:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:632:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Else' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:684:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:667:17: warning: stored property 'context' of 'Sendable'-conforming struct 'DependentSchemas' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:725:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:713:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UnevaluatedItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:805:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:793:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UnevaluatedProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:8: error: expected '{' in body of function declaration
func throwIfErrors() throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:40:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:14:17: warning: stored property 'context' of 'Sendable'-conforming struct 'TypeKeyword' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:69:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:59:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Enum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:91:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:84:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Constant' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:122:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:111:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MultipleOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:157:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:147:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Maximum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:182:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:172:17: warning: stored property 'context' of 'Sendable'-conforming struct 'ExclusiveMaximum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:208:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:198:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Minimum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:233:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:223:17: warning: stored property 'context' of 'Sendable'-conforming struct 'ExclusiveMinimum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:263:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:253:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxLength' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:289:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:279:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinLength' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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)
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:321:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:305:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Pattern' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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 {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:345:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:338:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Format' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:373:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:363:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:399:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:389:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:425:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:415:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UniqueItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:454:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:444:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxContains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:497:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:483:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinContains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:540:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:530:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:568:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:558:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:596:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:586:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Required' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:625:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:614:17: warning: stored property 'context' of 'Sendable'-conforming struct 'DependentRequired' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
[51/146] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:60:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:13:18: note: in declaration of 'PrefixItems'
package struct PrefixItems: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:104:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:84:18: note: in declaration of 'Items'
package struct Items: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:179:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:134:18: note: in declaration of 'Contains'
package struct Contains: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:243:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:209:18: note: in declaration of 'Properties'
package struct Properties: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:303:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:268:18: note: in declaration of 'PatternProperties'
package struct PatternProperties: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:345:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:325:18: note: in declaration of 'AdditionalProperties'
package struct AdditionalProperties: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:391:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:371:18: note: in declaration of 'PropertyNames'
package struct PropertyNames: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:431:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:411:18: note: in declaration of 'AllOf'
package struct AllOf: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:466:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:446:18: note: in declaration of 'AnyOf'
package struct AnyOf: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:507:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:487:18: note: in declaration of 'OneOf'
package struct OneOf: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:548:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:528:18: note: in declaration of 'Not'
package struct Not: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:583:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:563:18: note: in declaration of 'If'
package struct If: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:612:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:592:18: note: in declaration of 'Then'
package struct Then: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:648:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:628:18: note: in declaration of 'Else'
package struct Else: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:688:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:663:18: note: in declaration of 'DependentSchemas'
package struct DependentSchemas: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:729:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:709:18: note: in declaration of 'UnevaluatedItems'
package struct UnevaluatedItems: ApplicatorKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:809:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:789:18: note: in declaration of 'UnevaluatedProperties'
package struct UnevaluatedProperties: ApplicatorKeyword {
^
/host/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) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:30: error: expected declaration
func throwIfErrors() throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:925:8: note: in declaration of 'ValidationResultBuilder'
struct ValidationResultBuilder {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:44:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:10:18: note: in declaration of 'TypeKeyword'
package struct TypeKeyword: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:73:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:55:18: note: in declaration of 'Enum'
package struct Enum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:95:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:80:18: note: in declaration of 'Constant'
package struct Constant: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:126:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:107:18: note: in declaration of 'MultipleOf'
package struct MultipleOf: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:161:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:143:18: note: in declaration of 'Maximum'
package struct Maximum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:186:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:168:18: note: in declaration of 'ExclusiveMaximum'
package struct ExclusiveMaximum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:212:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:194:18: note: in declaration of 'Minimum'
package struct Minimum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:237:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:219:18: note: in declaration of 'ExclusiveMinimum'
package struct ExclusiveMinimum: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:267:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:249:18: note: in declaration of 'MaxLength'
package struct MaxLength: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:293:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:275:18: note: in declaration of 'MinLength'
package struct MinLength: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:325:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:301:18: note: in declaration of 'Pattern'
package struct Pattern: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:349:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:334:18: note: in declaration of 'Format'
package struct Format: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:377:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:359:18: note: in declaration of 'MaxItems'
package struct MaxItems: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:403:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:385:18: note: in declaration of 'MinItems'
package struct MinItems: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:429:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:411:18: note: in declaration of 'UniqueItems'
package struct UniqueItems: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:458:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:440:18: note: in declaration of 'MaxContains'
package struct MaxContains: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:501:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:479:18: note: in declaration of 'MinContains'
package struct MinContains: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:544:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:526:18: note: in declaration of 'MaxProperties'
package struct MaxProperties: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:572:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:554:18: note: in declaration of 'MinProperties'
package struct MinProperties: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:600:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:582:18: note: in declaration of 'Required'
package struct Required: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:629:13: error: expected declaration
) throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:610:18: note: in declaration of 'DependentRequired'
package struct DependentRequired: AssertionKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:56:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:17:17: warning: stored property 'context' of 'Sendable'-conforming struct 'PrefixItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:100:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:88:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Items' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:175:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:138:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Contains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:239:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:213:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Properties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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)
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:299:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:272:17: warning: stored property 'context' of 'Sendable'-conforming struct 'PatternProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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 {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:341:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:329:17: warning: stored property 'context' of 'Sendable'-conforming struct 'AdditionalProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:387:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:375:17: warning: stored property 'context' of 'Sendable'-conforming struct 'PropertyNames' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:427:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:415:17: warning: stored property 'context' of 'Sendable'-conforming struct 'AllOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:462:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:450:17: warning: stored property 'context' of 'Sendable'-conforming struct 'AnyOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:503:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:491:17: warning: stored property 'context' of 'Sendable'-conforming struct 'OneOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:544:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:532:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Not' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:579:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:567:17: warning: stored property 'context' of 'Sendable'-conforming struct 'If' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:608:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:596:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Then' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:644:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:632:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Else' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:684:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:667:17: warning: stored property 'context' of 'Sendable'-conforming struct 'DependentSchemas' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:725:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:713:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UnevaluatedItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:805:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:793:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UnevaluatedProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:955:8: error: expected '{' in body of function declaration
func throwIfErrors() throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:40:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:14:17: warning: stored property 'context' of 'Sendable'-conforming struct 'TypeKeyword' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:69:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:59:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Enum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:91:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:84:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Constant' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:122:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:111:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MultipleOf' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:157:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:147:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Maximum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:182:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:172:17: warning: stored property 'context' of 'Sendable'-conforming struct 'ExclusiveMaximum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:208:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:198:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Minimum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:233:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:223:17: warning: stored property 'context' of 'Sendable'-conforming struct 'ExclusiveMinimum' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:263:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:253:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxLength' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:289:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:279:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinLength' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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)
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:321:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:305:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Pattern' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/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 {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:345:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:338:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Format' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:373:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:363:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:399:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:389:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:425:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:415:17: warning: stored property 'context' of 'Sendable'-conforming struct 'UniqueItems' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:454:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:444:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxContains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:497:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:483:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinContains' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:540:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:530:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MaxProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:568:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:558:17: warning: stored property 'context' of 'Sendable'-conforming struct 'MinProperties' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:596:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:586:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Required' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:625:18: error: expected '{' in body of function declaration
package func validate(
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:614:17: warning: stored property 'context' of 'Sendable'-conforming struct 'DependentRequired' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
[52/146] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/JSONSchema.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let module: Bundle = {
^
[53/146] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/JSONSchema.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let module: Bundle = {
^
[54/146] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/JSONSchema.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let module: Bundle = {
^
[55/146] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/JSONSchema.build/DerivedSources/resource_bundle_accessor.swift:4:16: warning: static property 'module' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let module: Bundle = {
^
[56/146] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:180:10: error: expected '{' after 'do'
do throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:8:10: error: initializer requires a body
public init(
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:109:7: warning: stored property 'uri' of 'Sendable'-conforming struct 'ObjectSchema' has non-sendable type 'URL?'
let uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:199:37: error: value of type 'any Error' has no member 'makeValidationError'
let validationError = error.makeValidationError(
~~~~~ ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable
var dialect: Dialect
^
[57/146] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:180:10: error: expected '{' after 'do'
do throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:8:10: error: initializer requires a body
public init(
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:109:7: warning: stored property 'uri' of 'Sendable'-conforming struct 'ObjectSchema' has non-sendable type 'URL?'
let uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:199:37: error: value of type 'any Error' has no member 'makeValidationError'
let validationError = error.makeValidationError(
~~~~~ ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable
var dialect: Dialect
^
[58/146] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:180:10: error: expected '{' after 'do'
do throws(ValidationIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:8:10: error: initializer requires a body
public init(
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:109:7: warning: stored property 'uri' of 'Sendable'-conforming struct 'ObjectSchema' has non-sendable type 'URL?'
let uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:10:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Reference.swift:3:10: note: in declaration of 'ReferenceKeyword'
protocol ReferenceKeyword: Keyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Applicator.swift:1:18: note: in declaration of 'ApplicatorKeyword'
package protocol ApplicatorKeyword: AnnotationProducingKeyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: consecutive declarations on a line must be separated by ';'
) throws(ValidationIssue)
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:6:11: error: expected declaration
) throws(ValidationIssue)
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords+Assertion.swift:1:18: note: in declaration of 'AssertionKeyword'
package protocol AssertionKeyword: Keyword {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:199:37: error: value of type 'any Error' has no member 'makeValidationError'
let validationError = error.makeValidationError(
~~~~~ ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/JSONSchema/Validation/Context.swift:5:7: warning: stored property 'dialect' of 'Sendable'-conforming class 'Context' is mutable
var dialect: Dialect
^
[59/146] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[60/146] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[61/146] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[62/146] Compiling SwiftSyntax SyntaxHashable.swift
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords.swift:8:17: warning: stored property 'context' of 'Sendable'-conforming struct 'SchemaKeyword' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords.swift:23:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Vocabulary' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords.swift:36:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Comment' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[63/146] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords.swift:8:17: warning: stored property 'context' of 'Sendable'-conforming struct 'SchemaKeyword' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords.swift:23:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Vocabulary' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords.swift:36:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Comment' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
[64/146] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords.swift:8:17: warning: stored property 'context' of 'Sendable'-conforming struct 'SchemaKeyword' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords.swift:23:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Vocabulary' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keywords.swift:36:17: warning: stored property 'context' of 'Sendable'-conforming struct 'Comment' has non-sendable type 'KeywordContext'
package let context: KeywordContext
^
/host/spi-builder-workspace/Sources/JSONSchema/Keywords/Keyword.swift:15:16: note: consider making struct 'KeywordContext' conform to the 'Sendable' protocol
package struct KeywordContext {
^
: Sendable
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: consecutive declarations on a line must be separated by ';'
) throws(SchemaIssue) {
^
;
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:13:11: error: expected declaration
) throws(SchemaIssue) {
^
/host/spi-builder-workspace/Sources/JSONSchema/Schema.swift:3:15: note: in declaration of 'Schema'
public struct Schema: ValidatableSchema {
^
error: fatalError
BUILD FAILURE 5.10 linux