2025년 3월 9일
[SE-0040] 속성 인자에서 등호를 콜론으로 대체하기
## 속성 인자에서 등호를 콜론으로 대체하기
* 제안: [SE-0040](0040-attributecolons.md)
* 작성자: [Erica Sadun](https://github.com/erica)
* 리뷰 ...
2025년 3월 9일
[SE-0039] 플레이그라운드 리터럴 현대화
## 플레이그라운드 리터럴 현대화
* 제안: [SE-0039](0039-playgroundliterals.md)
* 작성자: [Erica Sadun](https://github.com/erica)
* 리뷰 관리자...
2025년 3월 9일
[SE-0038] 패키지 매니저 C 언어 타겟 지원
## 패키지 매니저 C 언어 타겟 지원
* 제안: [SE-0038](0038-swiftpm-c-language-targets.md)
* 작성자: [Daniel Dunbar](https://github.com/dd...
2025년 3월 9일
[SE-0037] 주석과 연산자 간의 상호작용 명확화
## 주석과 연산자 간의 상호작용 명확화
* 제안: [SE-0037](0037-clarify-comments-and-operators.md)
* 작성자: [Jesse Rusak](https://github.com...
2025년 3월 9일
[SE-0036] 열거형 인스턴스 멤버 구현 시 선행 점 접두사 요구
## 열거형 인스턴스 멤버 구현 시 선행 점 접두사 요구
* 제안: [SE-0036](0036-enum-dot.md)
* 작성자: [Erica Sadun](https://github.com/erica), [C...
2025년 3월 9일
[SE-0035] inout 캡처를 @noescape 컨텍스트로 제한하기
## `inout` 캡처를 `@noescape` 컨텍스트로 제한하기
* 제안: [SE-0035](0035-limit-inout-capture.md)
* 작성자: [Joe Groff](https://github...
2025년 3월 9일
[SE-0034] 디버깅 식별자와 라인 제어 문장 구분하기
## 디버깅 식별자와 라인 제어 문장 구분하기
* 제안: [SE-0034](0034-disambiguating-line.md)
* 작성자: [Erica Sadun](https://github.com/erica)
...
2025년 3월 9일
[SE-0033] Objective-C 상수를 Swift 타입으로 임포트하기
## Objective-C 상수를 Swift 타입으로 임포트하기
* 제안: [SE-0033](0033-import-objc-constants.md)
* 작성자: [Jeff Kelley](https://github...
2025년 3월 9일
[SE-0032] Sequence에 first(where:) 메서드 추가
## `Sequence`에 `first(where:)` 메서드 추가
* 제안: [SE-0032](0032-sequencetype-find.md)
* 작성자: [Lily Ballard](https://github....
2025년 3월 9일
[SE-0031] inout 선언을 타입 데코레이션에 맞게 조정하기
## `inout` 선언을 타입 데코레이션에 맞게 조정하기
* 제안: [SE-0031](0031-adjusting-inout-declarations.md)
* 작성자: [Joe Groff](https://gith...
2025년 3월 9일
[SE-0030] 프로퍼티 동작(Withdrawn)
## 프로퍼티 동작
* 제안: [SE-0030](0030-property-behavior-decls.md)
* 작성자: [Joe Groff](https://github.com/jckarter)
* 리뷰 관리자: ...
2025년 3월 9일
[SE-0029] 함수 적용 시 암시적 튜플 스플랫 동작 제거
## 함수 적용 시 암시적 튜플 스플랫 동작 제거
* 제안: [SE-0029](0029-remove-implicit-tuple-splat.md)
* 작성자: [Chris Lattner](https://github...
2025년 3월 9일
[SE-0028] Swift의 디버깅 식별자 현대화
## Swift의 디버깅 식별자 현대화
* 제안: [SE-0028](0028-modernizing-debug-identifiers.md)
* 작성자: [Erica Sadun](https://github.com/e...
2025년 3월 9일
[SE-0027] 문자열에 코드 유닛 초기화 메서드 추가(Rejected)
## 문자열에 코드 유닛 초기화 메서드 추가
* 제안: [SE-0027](0027-string-from-code-units.md)
* 작성자: [Zachary Waldowski](https://github.com...
2025년 3월 9일
[SE-0026] 추상 클래스와 메서드(Rejected)
## 추상 클래스와 메서드
* 제안: [SE-0026](0026-abstract-classes-and-methods.md)
* 작성자: David Scrève
* 리뷰 관리자: [Joe Groff](https:/...
2025년 3월 9일
[SE-0025] 스코프 기반 접근 제어
## 스코프 기반 접근 제어
* 제안: [SE-0025](0025-scoped-access-level.md)
* 작성자: Ilya Belenkiy
* 상태: **구현 완료 (Swift 3.0)**
* 리뷰 관리자...
2025년 3월 9일
[SE-0024] 옵셔널 값 설정자 ??= (Rejected)
## 옵셔널 값 설정자 `??=`
* 제안: [SE-0024](0024-optional-value-setter.md)
* 작성자: [James Campbell](https://github.com/jcampbell...
2025년 3월 9일
[SE-0023] API 설계 가이드라인
## API 설계 가이드라인
* 제안: [SE-0023](0023-api-guidelines.md)
* 작성자: [Dave Abrahams](https://github.com/dabrahams), [Doug Gr...
2025년 3월 9일
[SE-0022] 메서드의 Objective-C 셀렉터 참조하기
## 메서드의 Objective-C 셀렉터 참조하기
* 제안: [SE-0022](0022-objc-selectors.md)
* 작성자: [Doug Gregor](https://github.com/DougGrego...
2025년 3월 9일
[SE-0021] 인자 라벨을 사용한 함수 이름 지정
## 인자 라벨을 사용한 함수 이름 지정
* 제안: [SE-0021](0021-generalized-naming.md)
* 작성자: [Doug Gregor](https://github.com/DougGregor)...