diff --git a/fastlane/lib/fastlane/swift_fastlane_function.rb b/fastlane/lib/fastlane/swift_fastlane_function.rb index 661512c983c..1f4ce98b249 100644 --- a/fastlane/lib/fastlane/swift_fastlane_function.rb +++ b/fastlane/lib/fastlane/swift_fastlane_function.rb @@ -31,7 +31,7 @@ def initialize(action_name: nil, action_description: nil, action_details: nil, k # rubocop:disable Layout/LineLength # class instance? - @reserved_words = %w[associativity break case catch class continue convenience default deinit didSet do else enum extension fallthrough false final for func guard if in infix init inout internal lazy let mutating nil operator override precedence private public repeat required return self static struct subscript super switch throws true try var weak where while willSet].to_set + @reserved_words = %w[actor associativity async await break case catch class continue convenience default deinit didSet do else enum extension fallthrough false final for func guard if in infix init inout internal lazy let mutating nil operator override precedence private public repeat required return self static struct subscript super switch throws true try var weak where while willSet].to_set # rubocop:enable Layout/LineLength end