swift-foundation/Sources/FoundationEssentials/FoundationEssentials.swift

15 lines
527 B
Swift

//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2023 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
//
//===----------------------------------------------------------------------===//
#if compiler(<5.9)
#error("Building FoundationPreview requires a Swift 5.9 toolchain")
#endif