Skip to content

Commit dad43f6

Browse files
Merge pull request #784 from cheif/update-package-swift
Make buildable when using SPM in XCode 11
2 parents 46e86c3 + 846a6b7 commit dad43f6

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.0
1+
// swift-tools-version:5.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

Sources/Apollo/InMemoryNormalizedCache.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
public final class InMemoryNormalizedCache: NormalizedCache {
24
private var records: RecordSet
35

Sources/Apollo/NormalizedCache.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
public protocol NormalizedCache {
24

35
/// Loads records corresponding to the given keys.

0 commit comments

Comments
 (0)