From 1616a58bd7eca05461a1f9e28f863d20d4c3fa61 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Mon, 30 Jan 2017 12:13:02 -0500 Subject: [PATCH] Fix building on xcode8.3 --- Source/SocketIOClientConfiguration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SocketIOClientConfiguration.swift b/Source/SocketIOClientConfiguration.swift index 07aba15..4fc45ba 100644 --- a/Source/SocketIOClientConfiguration.swift +++ b/Source/SocketIOClientConfiguration.swift @@ -25,7 +25,7 @@ public struct SocketIOClientConfiguration : ExpressibleByArrayLiteral, Collection, MutableCollection { public typealias Element = SocketIOClientOption public typealias Index = Array.Index - public typealias Generator = Array.Generator + public typealias Generator = Array.Iterator public typealias SubSequence = Array.SubSequence private var backingArray = [SocketIOClientOption]()