Attempt to fix macOS build

This commit is contained in:
Carson Katri 2023-02-04 17:26:30 -05:00
parent 3731fb0bac
commit 8d41fcf7a6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// Created by Carson Katri on 2/4/23.
//
#if os(macOS)
#if os(macOS) && swift(>=5.7)
import SwiftUI
import TokamakStaticHTML
import XCTest