Skip to content

Commit

Permalink
Revert to 5.10 to avoid a crash in the latest 6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Aug 6, 2024
1 parent 438f106 commit 5443c8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions VinOutlineKit/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// swift-tools-version: 6.0
// swift-tools-version: 5.10

import PackageDescription

let package = Package(
Expand Down Expand Up @@ -26,7 +27,8 @@ let package = Package(
"Semaphore",
"VinXML",
"VinCloudKit",
]
],
swiftSettings: [.enableExperimentalFeature("StrictConcurrency")]
),
.testTarget(
name: "VinOutlineKitTests",
Expand Down

0 comments on commit 5443c8d

Please sign in to comment.