SpeziLLMOpenAI: Repalce MacPaw/OpenAI With Generated API Calls #306
build-and-test.yml
on: pull_request
Matrix: Build and Test Swift Package iOS
Matrix: Build and Test Swift Package macOS
Matrix: Build and Test Swift Package visionOS
Matrix: Build and Test UI Tests iOS
Matrix: Build and Test UI Tests iPadOS
Matrix: Build and Test UI Tests visionOS
Upload Coverage Report
/
...
/
Create and upload coverage report
Annotations
37 errors and 92 warnings
Build and Test Swift Package iOS (Debug, SpeziLLM-iOS.xcresult, SpeziLLM-iOS.xcresult) / Test using xcodebuild or run fastlane:
Tests/SpeziLLMTests/LLMOpenAIParameterTests+Array.swift#L59
type 'LLMOpenAIModelType' (aka 'Components.Schemas.CreateChatCompletionRequest.modelPayload') has no member 'gpt4_turbo'
|
|
|
|
|
|
|
|
Build and Test Swift Package iOS (Debug, SpeziLLM-iOS.xcresult, SpeziLLM-iOS.xcresult) / Test using xcodebuild or run fastlane:
Tests/SpeziLLMTests/LLMOpenAIParameterTests+Array.swift#L83
cannot convert value of type 'Optional<_>' to expected argument type '_'
|
|
Build and Test Swift Package iOS (Release, SpeziLLM-iOS-Release.xcresult, SpeziLLM-iOS-Release.xc... / Test using xcodebuild or run fastlane
FailFast: cancelling since parallel instance has failed
|
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
Tests/SpeziLLMTests/LLMOpenAIParameterTests+Enum.swift#L64
type 'LLMOpenAIModelType' (aka 'Components.Schemas.CreateChatCompletionRequest.modelPayload') has no member 'gpt4_turbo'
|
|
|
|
|
|
|
|
|
|
Build and Test Swift Package visionOS (Debug, SpeziLLM-visionOS.xcresult, SpeziLLM-visionOS.xcres... / Test using xcodebuild or run fastlane:
Tests/SpeziLLMTests/LLMOpenAIParameterTests+OptionalTypes.swift#L78
type 'LLMOpenAIModelType' (aka 'Components.Schemas.CreateChatCompletionRequest.modelPayload') has no member 'gpt4_turbo'
|
|
|
|
|
|
|
|
|
|
Build and Test Swift Package macOS (Release, SpeziLLM-macOS-Release.xcresult, SpeziLLM-macOS-Rele... / Test using xcodebuild or run fastlane
FailFast: cancelling since parallel instance has failed
|
|
Build and Test Swift Package macOS (Release, SpeziLLM-macOS-Release.xcresult, SpeziLLM-macOS-Rele... / Test using xcodebuild or run fastlane
Process completed with exit code 1.
|
Build and Test Swift Package visionOS (Release, SpeziLLM-visionOS-Release.xcresult, SpeziLLM-visi... / Test using xcodebuild or run fastlane
FailFast: cancelling since parallel instance has failed
|
|
Build and Test Swift Package iOS (Debug, SpeziLLM-iOS.xcresult, SpeziLLM-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test Swift Package iOS (Debug, SpeziLLM-iOS.xcresult, SpeziLLM-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test Swift Package iOS (Debug, SpeziLLM-iOS.xcresult, SpeziLLM-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test Swift Package iOS (Debug, SpeziLLM-iOS.xcresult, SpeziLLM-iOS.xcresult) / Test using xcodebuild or run fastlane
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and Test Swift Package iOS (Debug, SpeziLLM-iOS.xcresult, SpeziLLM-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test Swift Package iOS (Debug, SpeziLLM-iOS.xcresult, SpeziLLM-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test Swift Package iOS (Debug, SpeziLLM-iOS.xcresult, SpeziLLM-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
|
|
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L59
no calls to throwing functions occur within 'try' expression
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L60
'catch' block is unreachable because no errors are thrown in 'do' block
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test Swift Package macOS (Debug, SpeziLLM-macOS.xcresult, SpeziLLM-macOS.xcresult) / Test using xcodebuild or run fastlane:
.derivedData/SourcePackages/plugins/spezillm.output/SpeziLLMOpenAI/OpenAPIGenerator/GeneratedSources/Types.swift#L2191
'ChatCompletionRequestFunctionMessage' is deprecated
|
Build and Test Swift Package visionOS (Debug, SpeziLLM-visionOS.xcresult, SpeziLLM-visionOS.xcres... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test Swift Package visionOS (Debug, SpeziLLM-visionOS.xcresult, SpeziLLM-visionOS.xcres... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test Swift Package visionOS (Debug, SpeziLLM-visionOS.xcresult, SpeziLLM-visionOS.xcres... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test Swift Package visionOS (Debug, SpeziLLM-visionOS.xcresult, SpeziLLM-visionOS.xcres... / Test using xcodebuild or run fastlane
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and Test Swift Package visionOS (Debug, SpeziLLM-visionOS.xcresult, SpeziLLM-visionOS.xcres... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test Swift Package visionOS (Debug, SpeziLLM-visionOS.xcresult, SpeziLLM-visionOS.xcres... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test Swift Package visionOS (Debug, SpeziLLM-visionOS.xcresult, SpeziLLM-visionOS.xcres... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test Swift Package visionOS (Debug, SpeziLLM-visionOS.xcresult, SpeziLLM-visionOS.xcres... / Test using xcodebuild or run fastlane:
.derivedData/SourcePackages/plugins/spezillm.output/SpeziLLMOpenAI/OpenAPIGenerator/GeneratedSources/Types.swift#L2191
'ChatCompletionRequestFunctionMessage' is deprecated
|
|
|
Build and Test Swift Package macOS (Release, SpeziLLM-macOS-Release.xcresult, SpeziLLM-macOS-Rele... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test Swift Package macOS (Release, SpeziLLM-macOS-Release.xcresult, SpeziLLM-macOS-Rele... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests iPadOS (Debug, TestApp-iPad.xcresult, TestApp-iPad.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests iPadOS (Debug, TestApp-iPad.xcresult, TestApp-iPad.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test UI Tests iPadOS (Debug, TestApp-iPad.xcresult, TestApp-iPad.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests iPadOS (Debug, TestApp-iPad.xcresult, TestApp-iPad.xcresult) / Test using xcodebuild or run fastlane
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and Test UI Tests iPadOS (Debug, TestApp-iPad.xcresult, TestApp-iPad.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iPadOS (Debug, TestApp-iPad.xcresult, TestApp-iPad.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iPadOS (Debug, TestApp-iPad.xcresult, TestApp-iPad.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iPadOS (Debug, TestApp-iPad.xcresult, TestApp-iPad.xcresult) / Test using xcodebuild or run fastlane:
Tests/UITests/.derivedData/SourcePackages/plugins/spezillm.output/SpeziLLMOpenAI/OpenAPIGenerator/GeneratedSources/Types.swift#L2191
'ChatCompletionRequestFunctionMessage' is deprecated
|
|
|
Build and Test UI Tests iOS (Debug, TestApp-iOS.xcresult, TestApp-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests iOS (Debug, TestApp-iOS.xcresult, TestApp-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test UI Tests iOS (Debug, TestApp-iOS.xcresult, TestApp-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests iOS (Debug, TestApp-iOS.xcresult, TestApp-iOS.xcresult) / Test using xcodebuild or run fastlane
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and Test UI Tests iOS (Debug, TestApp-iOS.xcresult, TestApp-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iOS (Debug, TestApp-iOS.xcresult, TestApp-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iOS (Debug, TestApp-iOS.xcresult, TestApp-iOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iOS (Debug, TestApp-iOS.xcresult, TestApp-iOS.xcresult) / Test using xcodebuild or run fastlane:
Tests/UITests/.derivedData/SourcePackages/plugins/spezillm.output/SpeziLLMOpenAI/OpenAPIGenerator/GeneratedSources/Types.swift#L2191
'ChatCompletionRequestFunctionMessage' is deprecated
|
|
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L59
no calls to throwing functions occur within 'try' expression
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L60
'catch' block is unreachable because no errors are thrown in 'do' block
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iOS (Release, TestApp-iOS-Release.xcresult, TestApp-iOS-Release.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L59
no calls to throwing functions occur within 'try' expression
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L60
'catch' block is unreachable because no errors are thrown in 'do' block
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests iPadOS (Release, TestApp-iPad-Release.xcresult, TestApp-iPad-Release.xcre... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane:
Tests/UITests/.derivedData/SourcePackages/plugins/spezillm.output/SpeziLLMOpenAI/OpenAPIGenerator/GeneratedSources/Types.swift#L2191
'ChatCompletionRequestFunctionMessage' is deprecated
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane:
Tests/UITests/.derivedData/SourcePackages/plugins/spezillm.output/SpeziLLMOpenAI/OpenAPIGenerator/GeneratedSources/Types.swift#L2441
'function_callPayload' is deprecated
|
Build and Test UI Tests visionOS (Debug, TestApp-visionOS.xcresult, TestApp-visionOS.xcresult) / Test using xcodebuild or run fastlane:
Tests/UITests/.derivedData/SourcePackages/plugins/spezillm.output/SpeziLLMOpenAI/OpenAPIGenerator/GeneratedSources/Types.swift#L3084
'function_callPayload' is deprecated
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane:
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L59
no calls to throwing functions occur within 'try' expression
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L60
'catch' block is unreachable because no errors are thrown in 'do' block
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and Test UI Tests visionOS (Release, TestApp-visionOS-Release.xcresult, TestApp-visionOS-Re... / Test using xcodebuild or run fastlane:
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
SpeziLLM-iOS.xcresult
|
389 KB |
|
SpeziLLM-macOS.xcresult
|
294 KB |
|
SpeziLLM-visionOS.xcresult
|
383 KB |
|
TestApp-iOS.xcresult
|
1.06 MB |
|
TestApp-iPad.xcresult
|
1.08 MB |
|
TestApp-visionOS.xcresult
|
826 KB |
|