The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EFFoundation with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EFPrefix/EFFoundation.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/EFPrefix/EFFoundation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at afb22de 1.7.1
Cloned https://github.com/EFPrefix/EFFoundation.git
Revision (git rev-parse @):
afb22ded5e2dfd8b375b9e4236ea9c20ecd5815f
SUCCESS checkout https://github.com/EFPrefix/EFFoundation.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/EFPrefix/EFFoundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/54] Emitting module EFFoundation
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[4/61] Compiling EFFoundation UIFont+.swift
[5/61] Compiling EFFoundation UIGestureRecognizer+.swift
[6/61] Compiling EFFoundation UIImage+.swift
[7/61] Compiling EFFoundation UIImageView+.swift
[8/61] Compiling EFFoundation UINavigationController+.swift
[9/61] Compiling EFFoundation UIRectCorner+.swift
[10/61] Compiling EFFoundation UIView+.swift
[11/61] Compiling EFFoundation BitSet.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[12/61] Compiling EFFoundation Deque.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[13/61] Compiling EFFoundation LinkedList.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[14/61] Compiling EFFoundation Queue.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[15/61] Compiling EFFoundation Stack.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[16/61] Compiling EFFoundation Tree.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[17/61] Compiling EFFoundation EFFoundation.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[18/61] Compiling EFFoundation Array+.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[19/61] Compiling EFFoundation TimeInterval+.swift
[20/61] Compiling EFFoundation UIApplication+.swift
[21/61] Compiling EFFoundation UIButton+.swift
[22/61] Compiling EFFoundation UICollectionView+.swift
[23/61] Compiling EFFoundation UIColor+.swift
[24/61] Compiling EFFoundation UIControl+.swift
[25/61] Compiling EFFoundation UIEdgeInsets+.swift
[26/61] Compiling EFFoundation UIViewController+.swift
[27/61] Compiling EFFoundation UInt+.swift
[28/61] Compiling EFFoundation UInt16+.swift
[29/61] Compiling EFFoundation UInt32+.swift
[30/61] Compiling EFFoundation UInt64+.swift
[31/61] Compiling EFFoundation UInt8+.swift
[32/61] Compiling EFFoundation URL+.swift
[33/61] Compiling EFFoundation Date+.swift
[34/61] Compiling EFFoundation Dictionary+.swift
[35/61] Compiling EFFoundation DispatchQueue+.swift
[36/61] Compiling EFFoundation Double+.swift
[37/61] Compiling EFFoundation Float+.swift
[38/61] Compiling EFFoundation Int+.swift
[39/61] Compiling EFFoundation Int16+.swift
[40/61] Compiling EFFoundation CGRect+.swift
[41/61] Compiling EFFoundation CGSize+.swift
[42/61] Compiling EFFoundation CIColor+.swift
[43/61] Compiling EFFoundation CIImage+.swift
[44/61] Compiling EFFoundation Character+.swift
[45/61] Compiling EFFoundation Comparable+.swift
[46/61] Compiling EFFoundation Data+.swift
[47/61] Compiling EFFoundation ArraySlice+.swift
[48/61] Compiling EFFoundation BinaryFloatingPoint+.swift
[49/61] Compiling EFFoundation BinaryInteger+.swift
[50/61] Compiling EFFoundation Bool+.swift
[51/61] Compiling EFFoundation CATransaction+.swift
[52/61] Compiling EFFoundation CGColor+.swift
[53/61] Compiling EFFoundation CGFloat+.swift
[54/61] Compiling EFFoundation CGImage.swift
[55/61] Compiling EFFoundation Int32+.swift
[56/61] Compiling EFFoundation Int64+.swift
[57/61] Compiling EFFoundation Int8+.swift
[58/61] Compiling EFFoundation NSColor+.swift
[59/61] Compiling EFFoundation NSImage+.swift
[60/61] Compiling EFFoundation NSString+.swift
[61/61] Compiling EFFoundation String+.swift
Build complete! (5.32s)
Build complete.
Done.

Build Machine: Mac 7