Support Strict Concurrency (#83) #221
Annotations
10 warnings
Sources/FHIRPathParser/Generated/FHIRPathLexer.swift#L6
static property '_decisionToDFA' 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
|
Sources/FHIRPathParser/Generated/FHIRPathLexer.swift#L278
static property '_ATN' 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
|
Sources/FHIRPathParser/Generated/FHIRPathLexer.swift#L15
static property '_sharedContextCache' 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
|
Sources/FHIRPathParser/Generated/FHIRPathLexer.swift#L71
static property 'VOCABULARY' 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
|
Sources/FHIRPathParser/Generated/FHIRPathParser.swift#L6
static property '_decisionToDFA' 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
|
Sources/FHIRPathParser/Generated/FHIRPathParser.swift#L2082
static property '_ATN' 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
|
Sources/FHIRPathParser/Generated/FHIRPathParser.swift#L15
static property '_sharedContextCache' 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
|
Sources/FHIRPathParser/Generated/FHIRPathParser.swift#L66
static property 'VOCABULARY' 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
|
Sources/FHIRPathParser/Generated/FHIRPathLexer.swift#L6
static property '_decisionToDFA' 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
|
Sources/FHIRPathParser/Generated/FHIRPathLexer.swift#L278
static property '_ATN' 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
|
This job succeeded
Loading