Skip to content

Commit

Permalink
@_spi(SotoInternal)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 6, 2024
1 parent d27d783 commit e86a257
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 @@ -17,13 +17,13 @@ extension Templates {
{{%CONTENT_TYPE:TEXT}}
{{>header}}
#if compiler(>=5.7) && os(Linux)
#if os(Linux)
// swift-corelibs-foundation hasn't been updated with Sendable conformances
@preconcurrency import Foundation
#else
import Foundation
#endif
import SotoCore
@_spi(SotoInternal) import SotoCore
extension {{name}} {
// MARK: Enums
Expand Down

0 comments on commit e86a257

Please sign in to comment.