We need to implement correct code and behavior for different OS platforms. For example: ``` #if os(macOS) import AppKit #elseif os(iOS) || os(tvOS) || os(watchOS) import UIKit #endif ``` And so on.