Skip to content

Commit 66fce14

Browse files
authored
Bump to Swift 6.0 (#466)
1 parent 774d896 commit 66fce14

File tree

4 files changed

+4
-27
lines changed

4 files changed

+4
-27
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
lint-podspec:
1919
name: Lint Podspec
20-
runs-on: macos-14
20+
runs-on: macos-15
2121
steps:
2222
- name: Git Checkout
2323
uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
3030
+: pod xcodes
3131

3232
- name: Select Xcode version
33-
run: sudo xcodes select 15.4
33+
run: sudo xcodes select 16.4
3434

3535
- name: Lint Podspec
3636
run: |

Package.swift

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

33
import PackageDescription
44

[email protected]

Lines changed: 0 additions & 23 deletions
This file was deleted.

SwiftUIIntrospect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212

1313
spec.source_files = 'Sources/**/*.swift'
1414

15-
spec.swift_version = '5.7'
15+
spec.swift_version = '6.0'
1616
spec.ios.deployment_target = '13.0'
1717
spec.tvos.deployment_target = '13.0'
1818
spec.osx.deployment_target = '10.15'

0 commit comments

Comments
 (0)