Skip to content

Commit

Permalink
Update @preconcurrency tags application
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jun 6, 2023
1 parent b185943 commit 3524201
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/SotoCodeGeneratorLib/Templates/shapes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ extension Templates {
{{%CONTENT_TYPE:TEXT}}
{{>header}}
#if os(macOS)
import Foundation
#else
#if compiler(>=5.7) && os(Linux)
// swift-corelibs-foundation hasn't been updated with Sendable conformances
@preconcurrency import Foundation
@preconcurrency import struct Foundation.Date
#else
import struct Foundation
#endif
import SotoCore
Expand Down

0 comments on commit 3524201

Please sign in to comment.