סוויפט (אנגלית: Swift) היא שפת תכנות שפותחה על ידי אפל לפיתוחי iOS, macOS, watchOS, tvOS ולינוקס. השפה הוצגה לראשונה בכנס המפתחים העולמי של אפל – WWDC. השימוש בשפה הֵחֵל כאשר גרסה 6 של Xcode הושקה בתאריך 9 בדצמבר 2014.
var apples = 5 var oranges = 10 print("I have \(apples) apples and \(oranges) oranges") // I have 5 apples and 10 oranges
Swift borrows a clever feature from the D language: these identifiers expand to the location of the caller when evaluated in a default argument list.
{{cite web}}