Skip to content

Commit

Permalink
Fix iOS scheme name, remove Windows CI and go back to Swift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Dec 25, 2024
1 parent 37d34f7 commit 6a00c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
with:
with_linting: true
with_musl: true
with_windows: true
ios_scheme_name: swift-wallet
ios_scheme_name: swift-wallet-Package
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9 changes: 2 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.9
// swift-tools-version: 6.0
import PackageDescription

let package = Package(
Expand Down Expand Up @@ -56,11 +56,6 @@ let package = Package(

var swiftSettings: [SwiftSetting] {
[
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("ConciseMagicFile"),
.enableUpcomingFeature("ForwardTrailingClosures"),
.enableUpcomingFeature("DisableOutwardActorInference"),
.enableUpcomingFeature("StrictConcurrency"),
.enableExperimentalFeature("StrictConcurrency=complete"),
.enableUpcomingFeature("ExistentialAny")
]
}

0 comments on commit 6a00c99

Please sign in to comment.