# The Swift Programming Language (한국어)

{% hint style="info" %}
📢 **공지**\
이 문서는 더 이상 업데이트되지 않습니다.\
아래 새로운 URL로 업데이트 되었으니, 새로운 URL로 접속해 주세요.\
[Swift Book Korean](https://bbiguduk.github.io/swift-book-korean/documentation/tsplk/)
{% endhint %}

## The Swift Programming Language (6.2) (한국어)

[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=bbiguduk\&repo=Swift_language_guide_kr\&theme=midnight-purple)](https://github.com/anuraghazra/github-readme-stats)

### The Swift Programming Language

[The Swift Programming Language](https://docs.swift.org/swift-book/documentation/the-swift-programming-language)를 한국어로 번역한 것이며, 오역 및 오타 많을 수 있습니다. 발견 시 연락처에 있는 email로 연락해 주세요!

#### 업데이트

* [Swift 6.2, 2025-09-19](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2025-09-19금)
* [Swift 6.1, 2025-04-02](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2025-04-02수)
* [Swift 6, 2024-09-19](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2024-09-19목)
* [Swift 5.10, 2024-03-08](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2024-03-08금)
* [Swift 5.9.2, 2023-12-12](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2023-12-12)
* [Swift 5.9, 2023-09-30](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2023-09-30)
* [Swift 5.8, 2023-04-04](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2023-04-04)
* [Swift 5.7, 2022-09-13](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2022-09-13)
* [Swift 5.6, 2022-03-17](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2022-03-17)
* [Swift 5.5, 2021-08-14](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2021-08-14)
* [Swift 5.4, 2021-02-20](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2021-02-20)
* [Swift 5.3, 2020-10-23](https://bbiguduk.gitbook.io/swift/revision-history/document-revision-history#2020-10-23)

#### 차례

| 속성        | 위치                                                                                                              |
| --------- | --------------------------------------------------------------------------------------------------------------- |
| 기본        | [The Basic](https://bbiguduk.gitbook.io/swift/language-guide-1/the-basics)                                      |
| 기본 연산자    | [Basic Operators](https://bbiguduk.gitbook.io/swift/language-guide-1/basic-operators)                           |
| 문자열과 문자   | [Strings and Characters](https://bbiguduk.gitbook.io/swift/language-guide-1/strings-and-characters)             |
| 컬렉션 타입    | [Collection Types](https://bbiguduk.gitbook.io/swift/language-guide-1/collection-types)                         |
| 제어 흐름     | [Control Flow](https://bbiguduk.gitbook.io/swift/language-guide-1/control-flow)                                 |
| 함수        | [Functions](https://bbiguduk.gitbook.io/swift/language-guide-1/functions)                                       |
| 클로저       | [Closures](https://bbiguduk.gitbook.io/swift/language-guide-1/closures)                                         |
| 열거형       | [Enumerations](https://bbiguduk.gitbook.io/swift/language-guide-1/enumerations)                                 |
| 구조체와 클래스  | [Structures and Classes](https://bbiguduk.gitbook.io/swift/language-guide-1/structures-and-classes)             |
| 프로퍼티      | [Properties](https://bbiguduk.gitbook.io/swift/language-guide-1/properties)                                     |
| 메서드       | [Methods](https://bbiguduk.gitbook.io/swift/language-guide-1/methods)                                           |
| 서브스크립트    | [Subscripts](https://bbiguduk.gitbook.io/swift/language-guide-1/subscripts)                                     |
| 상속        | [Inheritance](https://bbiguduk.gitbook.io/swift/language-guide-1/inheritance)                                   |
| 초기화       | [Initialization](https://bbiguduk.gitbook.io/swift/language-guide-1/initialization)                             |
| 소멸        | [Deinitialization](https://bbiguduk.gitbook.io/swift/language-guide-1/deinitialization)                         |
| 옵셔널 체이닝   | [Optional Chaining](https://bbiguduk.gitbook.io/swift/language-guide-1/optional-chaining)                       |
| 오류 처리     | [Error Handling](https://bbiguduk.gitbook.io/swift/language-guide-1/error-handling)                             |
| 동시성       | [Concurrency](https://bbiguduk.gitbook.io/swift/language-guide-1/concurrency)                                   |
| 타입 캐스팅    | [Type Casting](https://bbiguduk.gitbook.io/swift/language-guide-1/type-casting)                                 |
| 중첩 타입     | [Nested Types](https://bbiguduk.gitbook.io/swift/language-guide-1/nested-types)                                 |
| 확장        | [Extensions](https://bbiguduk.gitbook.io/swift/language-guide-1/extensions)                                     |
| 프로토콜      | [Protocols](https://bbiguduk.gitbook.io/swift/language-guide-1/protocols)                                       |
| 제너릭       | [Generics](https://bbiguduk.gitbook.io/swift/language-guide-1/generics)                                         |
| 불투명 타입    | [Opaque Types](https://bbiguduk.gitbook.io/swift/language-guide-1/opaque-types)                                 |
| 자동 참조 카운팅 | [Automatic Reference Counting](https://bbiguduk.gitbook.io/swift/language-guide-1/automatic-reference-counting) |
| 메모리 안전성   | [Memory Safety](https://bbiguduk.gitbook.io/swift/language-guide-1/memory-safety)                               |
| 접근 제어     | [Access Control](https://bbiguduk.gitbook.io/swift/language-guide-1/access-control)                             |
| 고급 연산자    | [Advanced Operators](https://bbiguduk.gitbook.io/swift/language-guide-1/advanced-operators)                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bbiguduk.gitbook.io/swift/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
