1- // swift-tools-version:5.8
1+ // swift-tools-version:6.0
22
33import PackageDescription
44
55let package = Package (
66 name: " JSONAPI-OpenAPI " ,
77 platforms: [
8- . macOS( . v12) ,
8+ . macOS( . v10_15) ,
9+ . iOS( . v13) ,
910 ] ,
1011 products: [
1112 . library(
@@ -20,13 +21,13 @@ let package = Package(
2021 ] ,
2122 dependencies: [
2223 . package ( url: " https://github.com/mattpolzin/Sampleable.git " , from: " 2.0.0 " ) ,
23- . package ( url: " https://github.com/mattpolzin/JSONAPI.git " , from: " 5 .0.0" ) ,
24- . package ( url: " https://github.com/mattpolzin/OpenAPIKit.git " , from: " 3 .0.0" ) ,
25- . package ( url: " https://github.com/mattpolzin/OpenAPIReflection.git " , from: " 2 .0.0" ) ,
24+ . package ( url: " https://github.com/mattpolzin/JSONAPI.git " , from: " 6 .0.0" ) ,
25+ . package ( url: " https://github.com/mattpolzin/OpenAPIKit.git " , from: " 4 .0.0" ) ,
26+ . package ( url: " https://github.com/mattpolzin/OpenAPIReflection.git " , from: " 3 .0.0" ) ,
2627 . package ( url: " https://github.com/typelift/SwiftCheck.git " , . upToNextMinor( from: " 0.12.0 " ) ) ,
2728 . package ( url: " https://github.com/apple/swift-format.git " , from: " 509.0.0 " ) ,
2829 . package ( url: " https://github.com/pointfreeco/swift-nonempty.git " , . upToNextMinor( from: " 0.2.0 " ) ) ,
29- . package ( url: " https://github.com/mattpolzin/JSONAPIViz.git " , exact: " 0.0.6 " )
30+ . package ( url: " https://github.com/mattpolzin/JSONAPIViz.git " , exact: " 0.0.7 " )
3031 ] ,
3132 targets: [
3233 . target(
@@ -81,5 +82,5 @@ let package = Package(
8182 ]
8283 )
8384 ] ,
84- swiftLanguageVersions : [ . v5]
85+ swiftLanguageModes : [ . v5]
8586)
0 commit comments