-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add marker file that disables compatibility matrix for Swift on Linux…
… at SPI (#181)
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#if os(Linux) | ||
// Error on compilation on Linux - The XCFramework, on which this package depends, could be made | ||
// available for a variety of platforms, but there's not much of a smooth path to providing those | ||
// binary assets for Swift on Linux. | ||
// | ||
// This file exists so that the compatibility indicators on Swift Package Index don't infer that | ||
// this package is easily installed and used with Swift on Linux, | ||
#error("This explicit error is to indicate that this package doesn't support Linux as it stands") | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters