Swift 6 Complete Concurrency Checking #395
Annotations
10 warnings
Build and test (xcodebuild):
Sources/SpeziLLMOpenAI/LLMOpenAISchema.swift#L30
static property 'emptyLLMFunctions' is not concurrency-safe because non-'Sendable' type '_LLMFunctionCollection' may have shared mutable state; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/SpeziLLMTests/LLMOpenAIParameterTests+Array.swift#L24
static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/SpeziLLMTests/LLMOpenAIParameterTests+Array.swift#L25
static property 'description' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/SpeziLLMTests/LLMOpenAIParameterTests+CustomTypes.swift#L15
static property 'itemSchema' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/SpeziLLMTests/LLMOpenAIParameterTests+CustomTypes.swift#L39
static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/SpeziLLMTests/LLMOpenAIParameterTests+CustomTypes.swift#L40
static property 'description' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/SpeziLLMTests/LLMOpenAIParameterTests+Enum.swift#L29
static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/SpeziLLMTests/LLMOpenAIParameterTests+Enum.swift#L30
static property 'description' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/SpeziLLMTests/LLMOpenAIParameterTests+InvalidParameters.swift#L21
static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/SpeziLLMTests/LLMOpenAIParameterTests+InvalidParameters.swift#L22
static property 'description' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
Loading