콘텐츠로 이동

Swift Foundation

Foundation 프레임워크의 순수 Swift 재구현. 크로스 플랫폼 지원.

주요 타입

  • Date, Calendar, TimeZone — 날짜/시간
  • URL, URLSession — 네트워킹
  • JSONEncoder/JSONDecoder — JSON 처리
  • Data, UUID, Locale — 기본 데이터 타입
  • FileManager, Process — 시스템 상호작용

구조

  • swift-foundation/ — Swift 구현 (FoundationEssentials, FoundationInternationalization)
  • swift-foundation-icu/ — ICU 국제화 지원
  • swift-corelibs-foundation/ — 레거시 C 기반 Foundation (Linux)

디렉토리

swift-foundation/

관련 페이지: overview