We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d0d45 commit 5652b7dCopy full SHA for 5652b7d
2 files changed
.gitignore
@@ -36,3 +36,4 @@ Carthage/
36
.DS_Store
37
/.build
38
/Packages
39
+.swiftpm/
Package.swift
@@ -31,7 +31,7 @@ let package = Package(
31
),
32
.testTarget(
33
name: "InstantiateTests",
34
- dependencies: ["Instantiate"]
+ dependencies: ["Instantiate", "InstantiateStandard"]
35
)
],
swiftLanguageVersions: [.v4, .v5]
0 commit comments