Skip to content

Commit

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

0 comments on commit 1a76a93

Please sign in to comment.