We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d647052 + 66f7215 commit 873eee0Copy full SHA for 873eee0
Examples/Package.swift
@@ -51,10 +51,6 @@ let package = Package(
51
]
52
)
53
54
-// The following targets are added only if the OS is macOS. This is because Swift macros are currently
55
-// not available on other platforms. As a result, we're guarding these targets with `#if os(macOS)`
56
-// to ensure that they are only included in the package when building on a macOS system.
57
-#if os(macOS)
58
package.targets.append(
59
contentsOf: [
60
.target(
@@ -73,7 +69,6 @@ package.targets.append(
73
69
),
74
70
75
71
76
-#endif
77
72
78
// This is a fake target that depends on all targets in the package.
79
// We need to define it manually because the `Examples-Package` target doesn't exist for `swift build`.
0 commit comments