Skip to content

Commit b35d05c

Browse files
author
Ignacio Bonafonte
committed
Return compatibility for Xcode 11
swift-atomics 1.0.0 is forcing swift-tools 5.3, use a version range from 0.0.2 to solve it
1 parent 089f5c6 commit b35d05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let package = Package(
4949
.package(name: "Thrift", url: "https://github.com/undefinedlabs/Thrift-Swift", from: "1.1.1"),
5050
.package(name: "swift-nio", url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
5151
.package(name: "grpc-swift", url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"),
52-
.package(name: "swift-atomics", url: "https://github.com/apple/swift-atomics.git", from: "1.0.0"),
52+
.package(name: "swift-atomics", url: "https://github.com/apple/swift-atomics.git", "0.0.2"..."2.0.0"),
5353
.package(name: "swift-metrics", url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"),
5454
],
5555
targets: [

0 commit comments

Comments
 (0)