Skip to content

Commit

Permalink
Bump Swift tools version to v5.9 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikvaa authored Oct 25, 2024
1 parent 10ddc86 commit daff450
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// swift-tools-version:5.0
// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "RxBluetoothKit_Airthings",
defaultLocalization: "en",
platforms: [
.macOS(.v10_13), .iOS(.v9), .tvOS(.v11), .watchOS(.v4)
.macOS(.v10_13), .iOS(.v12), .tvOS(.v12), .watchOS(.v4)
],
products: [
.library(name: "RxBluetoothKit_Airthings", targets: ["RxBluetoothKit_Airthings"])
Expand All @@ -29,6 +30,9 @@ let package = Package(
],
sources: [
"Source"
],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
]
)
]
Expand Down

0 comments on commit daff450

Please sign in to comment.