Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 0247757

Browse files
committed
ifdef'ed newly imported modules
1 parent 0f5052c commit 0247757

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/CreateXCFramework/PackageInfo.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@
66
//
77

88
import ArgumentParser
9+
#if swift(>=5.6)
910
import Basics
11+
#endif
1012
import Build
1113
import Foundation
14+
#if swift(>=5.6)
1215
import PackageGraph
16+
#endif
1317
import PackageLoading
1418
import PackageModel
1519
import SPMBuildCore
20+
#if swift(>=5.6)
1621
import TSCBasic
22+
#endif
1723
import Workspace
1824
import Xcodeproj
1925

0 commit comments

Comments
 (0)