Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage build failing, unknown error #436

Closed
jessesquires opened this issue Apr 29, 2015 · 16 comments
Closed

Carthage build failing, unknown error #436

jessesquires opened this issue Apr 29, 2015 · 16 comments

Comments

@jessesquires
Copy link

Currently having issues with Carthage build for JSQNotificationObserverKit.

Using Xcode 6.3.1 (6D1002).

Running xcodebuild succeeds:

xcodebuild -project JSQNotificationObserverKit/JSQNotificationObserverKit.xcodeproj -scheme JSQNotificationObserverKit build

And the build is passing on travis-ci via xctool.

Also, I have 2 other Cocoa Touch frameworks that are building on this machine without any issues.

Output from running carthage build --no-skip-current:

*** xcodebuild output can be found in /var/folders/tx/s__fjnns3yd_23813_gwk7sh0000gn/T/carthage-xcodebuild.ecotOS.log
*** Building scheme "JSQNotificationObserverKit" in JSQNotificationObserverKit.xcodeproj
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/cdefs.h:680:2: error: Unsupported architecture
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:42:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types/_ct_rune_t.h:31:9: error: unknown type name '__darwin_ct_rune_t'; did you mean '__darwin_wctrans_t'?
<unknown>:0: error: too many errors emitted, stopping now
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: error: could not build module 'CoreFoundation'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/objc/objc.h:31:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/mach-o/arch.h:32:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/dispatch/dispatch.h:25:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/os/base.h:24:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:32:10: error: could not build module 'Darwin'
/Users/jesse/GitHub/JSQNotificationObserverKit/JSQNotificationObserverKit/JSQNotificationObserverKit/JSQNotificationObserverKit.h:19:9: error: could not build module 'Foundation'
<unknown>:0: error: could not build Objective-C module 'JSQNotificationObserverKit'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/cdefs.h:680:2: error: Unsupported architecture
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'; did you mean '__darwin_ino_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types/_ct_rune_t.h:31:9: error: unknown type name '__darwin_ct_rune_t'; did you mean '__darwin_wctrans_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types/_rune_t.h:30:9: error: unknown type name '__darwin_rune_t'
<unknown>:0: error: too many errors emitted, stopping now
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: error: could not build module 'CoreFoundation'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/objc/objc.h:31:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/mach-o/arch.h:32:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/dispatch/dispatch.h:25:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/os/base.h:24:10: error: could not build module 'Darwin'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:32:10: error: could not build module 'Darwin'
/Users/jesse/GitHub/JSQNotificationObserverKit/JSQNotificationObserverKit/JSQNotificationObserverKit/JSQNotificationObserverKit.h:19:9: error: could not build module 'Foundation'
<unknown>:0: error: could not build Objective-C module 'JSQNotificationObserverKit'
clang: error: invalid architecture 'aarch64' for deployment target '-mios-simulator-version-min=8.0'
clang: error: invalid architecture 'arm' for deployment target '-mios-simulator-version-min=8.0'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/armv7/JSQNotificationObserverKit (No such file or directory)
error: unable to open executable '/Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework/JSQNotificationObserverKit': No such file or directory
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/cdefs.h:680:2: error: Unsupported architecture
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:42:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types/_ct_rune_t.h:31:9: error: unknown type name '__darwin_ct_rune_t'; did you mean '__darwin_wctrans_t'?
<unknown>:0: error: too many errors emitted, stopping now
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers2015-04-28 19:59:48.339 xcodebuild[2886:132629] [MT] PluginLoading: Required plug-in compatibility UUID 9F75337B-21B4-4ADC-B558-F9CADF7073A7 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Lin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-04-28 19:59:48.341 xcodebuild[2886:132629] [MT] PluginLoading: Required plug-in compatibility UUID 9F75337B-21B4-4ADC-B558-F9CADF7073A7 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/DerivedData Exterminator.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-04-28 19:59:48.515 xcodebuild[2886:132629] [MT] iPhoneSimulator: SimVerifier returned: Error Domain=NSPOSIXErrorDomain Code=53 "Simulator verification failed." UserInfo=0x7fcbdbf5cf40 {NSLocalizedFailureReason=A connection to the simulator verification service could not be established., NSLocalizedRecoverySuggestion=Ensure that Xcode.app is installed on a volume with ownership enabled., NSLocalizedDescription=Simulator verification failed.}
** BUILD FAILED **


The following build commands failed:
    CompileSwift normal arm64 /Users/jesse/GitHub/JSQNotificationObserverKit/JSQNotificationObserverKit/JSQNotificationObserverKit/NotificationObserver.swift
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
    CompileSwift normal armv7 /Users/jesse/GitHub/JSQNotificationObserverKit/JSQNotificationObserverKit/JSQNotificationObserverKit/NotificationObserver.swift
    CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework/Headers/JSQNotificationObserverKit-Swift.h /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/armv7/JSQNotificationObserverKit-Swift.h
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework/Headers/JSQNotificationObserverKit-Swift.h /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/arm64/JSQNotificationObserverKit-Swift.h
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework/Modules/JSQNotificationObserverKit.swiftmodule/arm.swiftmodule /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/armv7/JSQNotificationObserverKit.swiftmodule
    CompileC /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/arm64/JSQNotificationObserverKit_vers.o /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/DerivedSources/JSQNotificationObserverKit_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/armv7/JSQNotificationObserverKit_vers.o /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/DerivedSources/JSQNotificationObserverKit_vers.c normal armv7 c com.apple.compilers.llvm.clang.1_0.compiler
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework/Modules/JSQNotificationObserverKit.swiftmodule/arm.swiftdoc /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/armv7/JSQNotificationObserverKit.swiftdoc
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework/Modules/JSQNotificationObserverKit.swiftmodule/arm64.swiftmodule /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/arm64/JSQNotificationObserverKit.swiftmodule
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework/Modules/JSQNotificationObserverKit.swiftmodule/arm64.swiftdoc /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/arm64/JSQNotificationObserverKit.swiftdoc
    Ld /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/armv7/JSQNotificationObserverKit normal armv7
    Ld /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKit.build/Objects-normal/arm64/JSQNotificationObserverKit normal arm64
    CreateUniversalBinary /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework/JSQNotificationObserverKit normal armv7\ arm64
    GenerateDSYMFile /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework.dSYM /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKit.framework/JSQNotificationObserverKit
    CompileSwift normal arm64 /Users/jesse/GitHub/JSQNotificationObserverKit/JSQNotificationObserverKit/JSQNotificationObserverKitTests/JSQNotificationObserverKitTests.swift
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
    CompileSwift normal armv7 /Users/jesse/GitHub/JSQNotificationObserverKit/JSQNotificationObserverKit/JSQNotificationObserverKitTests/JSQNotificationObserverKitTests.swift
    CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/DerivedSources/JSQNotificationObserverKitTests-Swift.h /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/armv7/JSQNotificationObserverKitTests-Swift.h
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/DerivedSources/JSQNotificationObserverKitTests-Swift.h /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/arm64/JSQNotificationObserverKitTests-Swift.h
    CompileC /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/armv7/JSQNotificationObserverKitTests_vers.o /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/DerivedSources/JSQNotificationObserverKitTests_vers.c normal armv7 c com.apple.compilers.llvm.clang.1_0.compiler
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKitTests.swiftmodule/arm.swiftmodule /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/armv7/JSQNotificationObserverKitTests.swiftmodule
    CompileC /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/arm64/JSQNotificationObserverKitTests_vers.o /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/DerivedSources/JSQNotificationObserverKitTests_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKitTests.swiftmodule/arm.swiftdoc /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/armv7/JSQNotificationObserverKitTests.swiftdoc
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKitTests.swiftmodule/arm64.swiftmodule /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/arm64/JSQNotificationObserverKitTests.swiftmodule
    Ditto /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKitTests.swiftmodule/arm64.swiftdoc /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/arm64/JSQNotificationObserverKitTests.swiftdoc
    Ld /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/arm64/JSQNotificationObserverKitTests normal arm64
    Ld /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Intermediates/JSQNotificationObserverKit.build/Release-iphoneos/JSQNotificationObserverKitTests.build/Objects-normal/armv7/JSQNotificationObserverKitTests normal armv7
    CreateUniversalBinary /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKitTests.xctest/JSQNotificationObserverKitTests normal armv7\ arm64
    GenerateDSYMFile /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKitTests.xctest.dSYM /Users/jesse/Library/Developer/Xcode/DerivedData/JSQNotificationObserverKit-donfsdzusswiwmdhratwnlcoqvyd/Build/Products/Release-iphoneos/JSQNotificationObserverKitTests.xctest/JSQNotificationObserverKitTests
(32 failures)
@neilpa
Copy link
Member

neilpa commented Apr 29, 2015

Looks like you've hit another case of carthage producing a "frankenstein build" where it's mixing the simulator sdk with device target or vice versa.

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/
...
<unknown>:0: error: could not build Objective-C module 'JSQNotificationObserverKit'
clang: error: invalid architecture 'aarch64' for deployment target '-mios-simulator-version-min=8.0'
clang: error: invalid architecture 'arm' for deployment target '-mios-simulator-version-min=8.0'
...
CompileSwift normal arm64 /Users/jesse/GitHub/JSQNotificationObserverKit/JSQNotificationObserverKit/JSQNotificationObserverKit/NotificationObserver.swift
...

I dug into the same problem in #381 but never figured out the root cause before nuking everything related to xcode on my machine.

@jessesquires
Copy link
Author

Hm... 😢 Thanks @neilpa !

It seems particularly odd, because I have 2 similarly setup/configured frameworks that build perfectly on the same machine.

@jessesquires
Copy link
Author

Possibly related to #417. I do have the iOS 7.1 simulator installed.

But again, this is not affecting the "carthage compatibility" of JSQCoreDataKit or JSQDataSourcesKit on this machine.

@neilpa
Copy link
Member

neilpa commented Apr 29, 2015

I was in that same boat. Other projects worked fine which is why I gave up and re-installed xcode.

@dpassage
Copy link

In my case, I had some simulators lurking about in /Library/Developers. Once I terminated them with prejudice (sudo rm -rf), things worked. 😖

@jspahrsummers
Copy link
Member

Since this sounds like an Xcode issue(?), I'm going to close this out. Feel free to continue the discussion, though.

@jessesquires
Copy link
Author

After re-installing Xcode + cmd line tools, and clearing out stale simulators, the issue still occurs.

@jspahrsummers - not 100% sure if this is an Xcode issue or not.

@jspahrsummers
Copy link
Member

@jessesquires You might want to see if #381 applies to your case, and if any of the workarounds suggested there also work for you.

@jessesquires
Copy link
Author

thanks @jspahrsummers ! #381 helped.

this framework is now building successfully. steps to fix:

  1. nuke old simulators
  2. nuke 7.x runtime
  3. nuke carthage cache
  4. nuke derived data
  5. reboot

@jspahrsummers
Copy link
Member

Awesome! ✨

@wsof401
Copy link

wsof401 commented May 13, 2015

@jessesquires
I did steps 3,4,5 It didn't solve my problem
I don't have old simulators, and I wanna know how to nuke 7.x runtime, what can i do?

@jessesquires
Copy link
Author

hey @wsof401 - check out ~/Library/Developer. from there you can delete old simulators, etc.

@wsof401
Copy link

wsof401 commented May 14, 2015

@jessesquires
After I remove the Core Simulator folder.
I ran the carthage update --verbose, The error is still occurred

Build settings from command line:
    SDKROOT = iphonesimulator8.3

=== BUILD TARGET LlamaKit-iOS OF PROJECT LlamaKit WITH CONFIGURATION Release ===

Check dependencies

CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
    cd /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/git/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -target arm64-apple-ios8.0 -incremental -module-name LlamaKit -O -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk -g -module-cache-path /Users/wsof401/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -I /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Products/Release-iphoneos -F /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Products/Release-iphoneos -parse-as-library -c -j8 /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/Result.swift -output-file-map /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/Objects-normal/arm64/LlamaKit-iOS-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/Objects-normal/arm64/LlamaKit.swiftmodule -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/LlamaKit-generated-files.hmap -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/LlamaKit-own-target-headers.hmap -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/LlamaKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/LlamaKit-project-headers.hmap -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Products/Release-iphoneos/include -Xcc -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/DerivedSources/arm64 -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/Objects-normal/arm64/LlamaKit-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit

CompileSwift normal arm64 /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/Result.swift
    cd /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/Result.swift -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk -I /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Products/Release-iphoneos -F /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Products/Release-iphoneos -g -import-underlying-module -module-cache-path /Users/wsof401/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/LlamaKit-generated-files.hmap -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/LlamaKit-own-target-headers.hmap -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/LlamaKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/LlamaKit-project-headers.hmap -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Products/Release-iphoneos/include -Xcc -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/DerivedSources/arm64 -Xcc -I/Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit -emit-module-doc-path /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/Objects-normal/arm64/Result~partial.swiftdoc -O -parse-as-library -module-name LlamaKit -emit-module-path /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/Objects-normal/arm64/Result~partial.swiftmodule -serialize-diagnostics-path /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/Objects-normal/arm64/Result.dia -emit-dependencies-path /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/Objects-normal/arm64/Result.d -emit-reference-dependencies-path /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/Objects-normal/arm64/Result.swiftdeps -o /Users/wsof401/Library/Developer/Xcode/DerivedData/LlamaKit-dsdysxfncvhbzxfyklxhllytoaxt/Build/Intermediates/LlamaKit.build/Release-iphoneos/LlamaKit-iOS.build/Objects-normal/arm64/Result.o
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/cdefs.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/cdefs.h:680:2: error: Unsupported architecture
#error Unsupported architecture
 ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:33:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:33:
#include <machine/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
 ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
typedef __int64_t       __darwin_blkcnt_t;      /* total blocks */
        ^
<unknown>:0: note: '__int128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t       __darwin_blksize_t;     /* preferred block size */
        ^
<unknown>:0: note: '__int128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t       __darwin_dev_t;         /* dev_t */
        ^
<unknown>:0: note: '__int128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t      __darwin_gid_t;         /* [???] process and group IDs */
        ^
<unknown>:0: note: '__uint128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t      __darwin_id_t;          /* [XSI] pid_t, uid_t, or gid_t*/
        ^
<unknown>:0: note: '__uint128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?
typedef __uint64_t      __darwin_ino64_t;       /* [???] Used for 64 bit inodes */
        ^
<unknown>:0: note: '__uint128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
        ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t      __darwin_mode_t;        /* [???] Some file attributes */
        ^
<unknown>:0: note: '__uint128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?
typedef __int64_t       __darwin_off_t;         /* [???] Used for file sizes */
        ^
<unknown>:0: note: '__int128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t       __darwin_pid_t;         /* [???] process and group IDs */
        ^
<unknown>:0: note: '__int128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t      __darwin_sigset_t;      /* [???] signal set */
        ^
<unknown>:0: note: '__uint128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t       __darwin_suseconds_t;   /* [???] microseconds */
        ^
<unknown>:0: note: '__int128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t      __darwin_uid_t;         /* [???] user IDs */
        ^
<unknown>:0: note: '__uint128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:27:
#include <sys/_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t      __darwin_useconds_t;    /* [???] microseconds */
        ^
<unknown>:0: note: '__uint128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:42:
#include <_types.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:42:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t      __darwin_wctype_t;
        ^
<unknown>:0: note: '__uint128_t' declared here
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:46:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:46:
#include <sys/_types/_size_t.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types/_size_t.h:30:9: error: unknown type name '__darwin_size_t'
typedef __darwin_size_t        size_t; 
        ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: note: while building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
#include <sys/types.h>
         ^
<module-includes>:3:9: note: in file included from <module-includes>:3:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/ctype.h:70:
#include <runetype.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:47:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/runetype.h:47:
#include <sys/_types/_ct_rune_t.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/sys/_types/_ct_rune_t.h:31:9: error: unknown type name '__darwin_ct_rune_t'; did you mean '__darwin_wctrans_t'?
typedef __darwin_ct_rune_t ct_rune_t;
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/_types.h:40:14: note: '__darwin_wctrans_t' declared here
typedef int             __darwin_wctrans_t;
                        ^
<unknown>:0: error: too many errors emitted, stopping now
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: note: while building module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
#include <CoreFoundation/CoreFoundation.h>
         ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: error: could not build module 'Darwin'
#include <sys/types.h>
         ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
         ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:9: note: while building module 'ObjectiveC' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
#import <objc/NSObject.h>
        ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/objc/message.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/objc/message.h:29:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/objc/message.h:29:
#include <objc/objc.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/objc/objc.h:31:10: error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
         ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:9: note: while building module 'ObjectiveC' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
#import <objc/NSObject.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/objc/objc-load.h:33:10: note: while building module 'MachO' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/objc/objc-load.h:33:
#include <mach-o/loader.h>
         ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/mach-o/arch.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/mach-o/arch.h:32:10: error: could not build module 'Darwin'
#include <stdint.h>
         ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:6:10: note: while building module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:6:
#include <dispatch/dispatch.h>
         ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/dispatch/dispatch.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/dispatch/dispatch.h:25:10: error: could not build module 'Darwin'
#include <Availability.h>
         ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:6:10: note: while building module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:6:
#include <dispatch/dispatch.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/dispatch/dispatch.h:48:10: note: while building module 'os' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/dispatch/dispatch.h:48:
#include <os/object.h>
         ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/os/base.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/include/os/base.h:24:10: error: could not build module 'Darwin'
#include <sys/cdefs.h>
         ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: note: while building module 'Foundation' imported from /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:
#import <Foundation/Foundation.h>
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:9: note: while building module 'Security' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
#import <Security/Security.h>
        ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h"
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:24:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:24:
#include <Security/SecBase.h>
         ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:32:10: error: could not build module 'Darwin'
#include <Availability.h>
         ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h"
        ^
/Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/LlamaKit.h:9:9: error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
        ^
<unknown>:0: error: could not build Objective-C module 'LlamaKit'

A shell task failed with exit code 65:
2015-05-14 10:31:05.193 xcodebuild[4084:194693] [MT] iPhoneSimulator: SimVerifier returned: Error Domain=NSPOSIXErrorDomain Code=53 "Simulator verification failed." UserInfo=0x7f9835068710 {NSLocalizedFailureReason=A connection to the simulator verification service could not be established., NSLocalizedRecoverySuggestion=Ensure that Xcode.app is installed on a volume with ownership enabled., NSLocalizedDescription=Simulator verification failed.}
** BUILD FAILED **


The following build commands failed:
    CompileSwift normal arm64 /Users/wsof401/Documents/SwiftRACGoogleImages-master/Carthage/Checkouts/LlamaKit/LlamaKit/Result.swift
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)

Segmentation fault: 11

@ninokierulf
Copy link

nuke old simulators
~/Library/Application Support/iPhone Simulator/
nuke 7.x runtime
/Library/Developer
nuke carthage cache
~/Library/Caches/org.carthage.CarthageKit
nuke derived data
~/Library/Developer/Xcode/DerivedData/
reboot

@jessearmand
Copy link

@ninokierulf Done the steps above, I still see the same errors with Xcode 7.2 and iphonesimulator9.2 as @wsof401

@jessearmand
Copy link

Nevermind, this issue is fixed in 0.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants