Skip to content

Commit

Permalink
Add missing imports to fix Swift 6.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Dec 21, 2024
1 parent 9c01b32 commit b2d8352
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
import Foundation

extension Int {
/// Returns the digits for the number using the specified radix.
/// - Parameter radix: The radix used to format the integer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//
import OpenAPIKit
import Foundation

/// A structure that contains the information about an OpenAPI object that is
/// required to generate a matching Swift structure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//
import OpenAPIKit
import Foundation

/// Utilities for asking questions about OpenAPI.Content
extension FileTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//
import OpenAPIKit
import Foundation

/// Represents a server variable and the function of generation that should be applied.
protocol ServerVariableGenerator {
Expand Down

0 comments on commit b2d8352

Please sign in to comment.