Skip to content

Commit b515efb

Browse files
authored
Enable the Swift 5.10 target again (#30)
2 parents 11665ce + d9734ae commit b515efb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
swift: ['swift-6.1', 'swift-6.2']
17+
swift: ['swift-5.10', 'swift-6.1', 'swift-6.2']
1818
include:
19+
- swift: 'swift-5.10'
20+
xcode-path: '/Applications/Xcode_15.4.0.app'
21+
macos: 'macos-14'
1922
- swift: 'swift-6.1'
2023
xcode-path: '/Applications/Xcode_16.4.0.app'
2124
macos: 'macos-15'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.1
1+
// swift-tools-version: 5.10
22

33
import PackageDescription
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Appcast library is a Swift package to work with Sparkle compatible appcast files
1010

1111
## Installation
1212

13-
Requires Swift 6.1 (Xcode 16.4 or newer).
13+
Requires Swift 5.10 or 6.1 (Xcode 16.4 or newer).
1414

1515

1616
### Swift Package Manager

0 commit comments

Comments
 (0)