Skip to content

Commit

Permalink
Lower minimum supported version to 5.1, closes #137
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Mar 12, 2024
1 parent 581eba3 commit a54de49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.4
// swift-tools-version: 5.1

import PackageDescription

Expand Down

2 comments on commit a54de49

@banderson32
Copy link

@banderson32 banderson32 commented on a54de49 Mar 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this commit breaks the package syntax.
The compiler produces the following message:

error: horizontal whitespace sequence [U+0020] immediately preceding the version specifier is supported by only Swift ≥ 5.4; consider removing the sequence for Swift 5.1.0

Reverting to the previous version 1.4.1 fixes the issue

@uraimo
Copy link
Owner Author

@uraimo uraimo commented on a54de49 Mar 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed 1.4.3, it should work now, I hope.

Please sign in to comment.