Skip to content

Commit

Permalink
@preconncurrency before swift 5.10 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 6, 2024
1 parent e86a257 commit 38415f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SotoCodeGeneratorLib/Templates/shapes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension Templates {
{{%CONTENT_TYPE:TEXT}}
{{>header}}
#if os(Linux)
#if os(Linux) && compiler(<5.10)
// swift-corelibs-foundation hasn't been updated with Sendable conformances
@preconcurrency import Foundation
#else
Expand Down

0 comments on commit 38415f9

Please sign in to comment.