Skip to content

Fix compilation errors in iOS app#12

Merged
backup-bdg-2 merged 3 commits into
mainfrom
codegen-bot/d92bc812
Apr 27, 2025
Merged

Fix compilation errors in iOS app#12
backup-bdg-2 merged 3 commits into
mainfrom
codegen-bot/d92bc812

Conversation

@codegen-sh
Copy link
Copy Markdown

@codegen-sh codegen-sh Bot commented Apr 27, 2025

This PR fixes two compilation errors in the iOS app:

  1. Added missing closing brace at the end of the UITableView DataSource & Delegate extension in LibraryViewController.swift
  2. Added @preconcurrency attribute to the WebKit import in WebViewController.swift to suppress Sendable-related warnings

These changes resolve the following errors:

  • /Users/runner/work/Code-test/Code-test/iOS/Views/Apps/LibraryViewController.swift:339:5: error: expected '}' at end of extension
  • /Users/runner/work/Code-test/Code-test/iOS/Views/Apps/LibraryViewController.swift:339:5: error: expected declaration
  • /Users/runner/work/Code-test/Code-test/iOS/Views/Hub/WebViewController.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'

💻 View my workAbout Codegen

…oller and add @preconcurrency to WebKit import
@mentatbot
Copy link
Copy Markdown

mentatbot Bot commented Apr 27, 2025

You are out of Mentat credits. You can view and refresh your credits here.

To disable this message on pr open, disable Always Review on my settings page

backup-bdg-2 and others added 2 commits April 26, 2025 20:25
Automatically fixed code quality issues using SwiftLint, SwiftFormat, and Clang-Format.
@backup-bdg-2 backup-bdg-2 marked this pull request as ready for review April 27, 2025 00:29
@backup-bdg-2 backup-bdg-2 merged commit 87c831b into main Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants