From befe988cfde032ab6daf4caecb01e29260bc8621 Mon Sep 17 00:00:00 2001 From: Renaud Lienhart Date: Tue, 2 Feb 2021 09:21:16 +1100 Subject: [PATCH] Fix the build of the Swift Package with Xcode 12.5 beta 1 --- Segment/Internal/SEGIntegrationsManager.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Segment/Internal/SEGIntegrationsManager.m b/Segment/Internal/SEGIntegrationsManager.m index 338a3a33c..1d2cf415b 100644 --- a/Segment/Internal/SEGIntegrationsManager.m +++ b/Segment/Internal/SEGIntegrationsManager.m @@ -6,6 +6,7 @@ // Copyright © 2016 Segment. All rights reserved. // +@import Foundation; #if TARGET_OS_IPHONE @import UIKit; #endif