Skip to content
Prev Previous commit
Next Next commit
some less preconcurrency s
  • Loading branch information
MahdiBM committed Nov 27, 2023
commit 08acd348a1dd359bbd1f79a994e63d5bef64bc1b
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
#if os(Linux)
@preconcurrency import struct Foundation.URL
@preconcurrency import struct Foundation.Data
#else
import struct Foundation.URL
import struct Foundation.Data
#endif

/// An in-memory file that contains the generated Swift code.
typealias RenderedSwiftRepresentation = InMemoryOutputFile
Expand Down