Skip to content

Labels

Labels

  • AutoDiff

  • autolinking

  • availability

    The "available" attribute and availability checking in general
  • backticked identifiers

    Feature → identifiers: Backticked identifiers. Allows using reserved words as identifiers
  • benchmarks

  • BidirectionalCollection

    Area → standard library: The `BidirectionalCollection` protocol
  • binding patterns

    Feature → patterns: Binding patterns
  • bitcode

  • BitwiseCopyable

    Area → standard library: The `BitwiseCopyable` protocol
  • blocked

  • bootstrapping

    Area → utils → build-script: Bootstrapping schemes
  • bridging

    Feature → casting: type bridging
  • bug

    A deviation from expected or documented behavior. Also: expected but undesirable behavior.
  • build

  • build error

    Errors when building the toolchain, not regular Swift code
  • build-script

    Area → utils: The build script
  • c interop

    Feature: Interoperability with C
  • c++ interop

    Feature: Interoperability with C++
  • c++ to swift

    Feature → c++ interop: c++ to swift
  • c/c++ macros

  • call expressions

    Feature → expressions: Call expressions
  • cant repro

    Resolution → bug: Cannot reproduce due to incomplete or inaccessible test case
  • capture lists

    Feature → closures: Closure capture lists
  • casting

    Feature: explicit casting (is, as, as? and as!)
  • changelog

    The CHANGELOG.md file
  • Character

    Area → standard library: The `Character` type
  • CharacterSet

  • circular reference

    Bug → internal error: Circular reference
  • clang importer

    Area → compiler: The clang importer
  • class

    Feature → type declarations: Class declarations