Skip to content

Instantly share code, notes, and snippets.

@jdhealy
Last active November 7, 2017 00:14
Show Gist options
  • Save jdhealy/3dff2d2ad21c8247fff4de150db184c9 to your computer and use it in GitHub Desktop.
Save jdhealy/3dff2d2ad21c8247fff4de150db184c9 to your computer and use it in GitHub Desktop.
Enable Thread Sanitizer via XCConfig
preexec-print() { print -n '• '; print $2 }
autoload -U add-zsh-hook
add-zsh-hook preexec preexec-print # print all our commands from here-on-out
# With Carthage v0.24.0, we decided for the simulator to not clean before build, issue that has arisen
# is that there’s no `-fsanitize=thread` when there’s DerivedData.
print 'ENABLE_THREAD_SANITIZER[sdk=appletvsimulator*][arch=x86_64] = YES' >! ~/Library/Preferences/platform-specific-thread-sanitizer.xcconfig
ls -1 ~/Library/Developer/Xcode/DerivedData
ls -1 ~/Library/Caches/org.carthage.CarthageKit/DerivedData
XCODE_XCCONFIG_FILE="${HOME}/Library/Preferences/platform-specific-thread-sanitizer.xcconfig" carthage build --no-skip-current --verbose --platform tvOS > >(cat && print '\n') > >(grep --only-matching -e '........sanitize........' -e 'ENABLE_THREAD_SANITIZER')
# same thing again
ls -1 ~/Library/Developer/Xcode/DerivedData
ls -1 ~/Library/Caches/org.carthage.CarthageKit/DerivedData
XCODE_XCCONFIG_FILE="${HOME}/Library/Preferences/platform-specific-thread-sanitizer.xcconfig" carthage build --no-skip-current --verbose --platform tvOS > >(cat && print '\n') > >(grep --only-matching -e '........sanitize........' -e 'ENABLE_THREAD_SANITIZER')
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
version: 1.7.0
INFO[09:47:58] bitrise runs in CI mode
INFO[09:47:58] Running workflow: run-twice-actually-with-Carthage-0.23.0
Switching to workflow: run-twice-actually-with-Carthage-0.23.0
+------------------------------------------------------------------------------+
| (0) git-clone@3.5.1 |
+------------------------------------------------------------------------------+
| id: git-clone |
| version: 3.5.1 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2017-08-02T09:48:01-07:00 |
+------------------------------------------------------------------------------+
| |
INFO[09:48:01] * [OK] Step dependency (go) installed, available.
Git Clone Configs:
- CloneIntoDir: /Users/vagrant/git
- RepositoryURL: https://github.com/mxcl/OMGHTTPURLRQ
- UpdateSubmodules: yes
Git Checkout Configs:
- Commit:
- Tag:
- Branch: master
- CloneDepth:
Git Pull Request Configs:
- PullRequestURI:
- PullRequestID:
- BranchDest:
- PullRequestMergeBranch:
- ResetRepository: No
Bitrise Build Configs:
- BuildURL: https://www.bitrise.io/build/118b399951b24ec2
- BuildAPIToken: JwGOaomxXA8a-GcxAptyog
Git clone repository
=> git "init"
=> git "remote" "add" "origin" "https://github.com/mxcl/OMGHTTPURLRQ"
=> git "fetch"
=> git "checkout" "master"
=> git "submodule" "update" "--init" "--recursive"
Exporting git logs
=> GIT_CLONE_COMMIT_HASH
value: da9a1b1aaa88e31b721d1490e17a4eed0f4fd6d6
=> GIT_CLONE_COMMIT_MESSAGE_SUBJECT
value: Tag 3.2.2
=> GIT_CLONE_COMMIT_MESSAGE_BODY
value:
=> GIT_CLONE_COMMIT_AUTHOR_NAME
value: Max Howell
=> GIT_CLONE_COMMIT_AUTHOR_EMAIL
value: mxcl@me.com
=> GIT_CLONE_COMMIT_COMMITER_NAME
value: Max Howell
=> GIT_CLONE_COMMIT_COMMITER_EMAIL
value: mxcl@me.com
Success
| |
+---+---------------------------------------------------------------+----------+
| ✓ | git-clone@3.5.1 | 5.88 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (1) Check Carthage 0.23.0 |
+------------------------------------------------------------------------------+
| id: script |
| version: 1.1.4 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2017-08-02T09:48:07-07:00 |
+------------------------------------------------------------------------------+
| |
• carthage version | grep '0.23.0'
0.23.0
| |
+---+---------------------------------------------------------------+----------+
| ✓ | Check Carthage 0.23.0 | 2.70 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (2) script@1.1.4 |
+------------------------------------------------------------------------------+
| id: script |
| version: 1.1.4 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2017-08-02T09:48:09-07:00 |
+------------------------------------------------------------------------------+
| |
• print 'ENABLE_THREAD_SANITIZER[sdk=appletvsimulator*][arch=x86_64] = YES' >|
• ls -1 ~/Library/Developer/Xcode/DerivedData
ls: /Users/vagrant/Library/Developer/Xcode/DerivedData: No such file or directory
• ls -1 ~/Library/Caches/org.carthage.CarthageKit/DerivedData
ls: /Users/vagrant/Library/Caches/org.carthage.CarthageKit/DerivedData: No such file or directory
• XCODE_XCCONFIG_FILE= carthage build --no-skip-current --verbose --platform >
*** Building scheme "OMGHTTPURLRQ" in OMGHTTPURLRQ.xcodeproj
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean buildBuild settings from command line:
BITCODE_GENERATION_MODE = bitcode
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvos10.2
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== CLEAN TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
** CLEAN SUCCEEDED **
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvos -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o Sources/OMGUserAgent.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal arm64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_lto.o -fembed-bitcode -Xlinker -bitcode_verify -Xlinker -bitcode_hide_symbols -Xlinker -bitcode_symbol_map -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvsimulator -destination platform=tvOS\ Simulator,id=44A95D9E-AF84-4C51-8B85-F44179A62B8C -destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean buildBuild settings from command line:
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvsimulator10.2
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== CLEAN TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build
** CLEAN SUCCEEDED **
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.LinkFileList
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvsimulator -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.o Sources/OMGUserAgent.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.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 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal x86_64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-simulator-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_lto.o -Xlinker -objc_abi_version -Xlinker 2 -fsanitize=thread -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
CodeSign /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp=none /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
patch -fsanitize=thread
patch -fsanitize=thread
patch -fsanitize=thread
rsion -fsanitize=thread
ker 2 -fsanitize=thread
• ls -1 ~/Library/Developer/Xcode/DerivedData
ModuleCache
OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety
• ls -1 ~/Library/Caches/org.carthage.CarthageKit/DerivedData
ls: /Users/vagrant/Library/Caches/org.carthage.CarthageKit/DerivedData: No such file or directory
• XCODE_XCCONFIG_FILE= carthage build --no-skip-current --verbose --platform >
*** Building scheme "OMGHTTPURLRQ" in OMGHTTPURLRQ.xcodeproj
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean buildBuild settings from command line:
BITCODE_GENERATION_MODE = bitcode
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvos10.2
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== CLEAN TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
** CLEAN SUCCEEDED **
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvos -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o Sources/OMGUserAgent.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal arm64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_lto.o -fembed-bitcode -Xlinker -bitcode_verify -Xlinker -bitcode_hide_symbols -Xlinker -bitcode_symbol_map -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvsimulator -destination platform=tvOS\ Simulator,id=44A95D9E-AF84-4C51-8B85-F44179A62B8C -destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean buildBuild settings from command line:
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvsimulator10.2
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== CLEAN TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build
** CLEAN SUCCEEDED **
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.LinkFileList
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvsimulator -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.o Sources/OMGUserAgent.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.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 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal x86_64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-simulator-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_lto.o -Xlinker -objc_abi_version -Xlinker 2 -fsanitize=thread -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
CodeSign /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp=none /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
patch -fsanitize=thread
patch -fsanitize=thread
patch -fsanitize=thread
rsion -fsanitize=thread
ker 2 -fsanitize=thread
| |
+---+---------------------------------------------------------------+----------+
| ✓ | script@1.1.4 | 49 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| bitrise summary |
+---+---------------------------------------------------------------+----------+
| | title | time (s) |
+---+---------------------------------------------------------------+----------+
| ✓ | git-clone@3.5.1 | 5.88 sec |
+---+---------------------------------------------------------------+----------+
| ✓ | Check Carthage 0.23.0 | 2.70 sec |
+---+---------------------------------------------------------------+----------+
| ✓ | script@1.1.4 | 49 sec |
+---+---------------------------------------------------------------+----------+
| Total runtime: 58 sec |
+------------------------------------------------------------------------------+
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
version: 1.7.0
INFO[09:41:55] bitrise runs in CI mode
INFO[09:41:55] Running workflow: run-twice-actually-with-Carthage-0.24.0
Switching to workflow: run-twice-actually-with-Carthage-0.24.0
+------------------------------------------------------------------------------+
| (0) git-clone@3.5.1 |
+------------------------------------------------------------------------------+
| id: git-clone |
| version: 3.5.1 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2017-08-02T09:41:58-07:00 |
+------------------------------------------------------------------------------+
| |
INFO[09:41:58] * [OK] Step dependency (go) installed, available.
Git Clone Configs:
- CloneIntoDir: /Users/vagrant/git
- RepositoryURL: https://github.com/mxcl/OMGHTTPURLRQ
- UpdateSubmodules: yes
Git Checkout Configs:
- Commit:
- Tag:
- Branch: master
- CloneDepth:
Git Pull Request Configs:
- PullRequestURI:
- PullRequestID:
- BranchDest:
- PullRequestMergeBranch:
- ResetRepository: No
Bitrise Build Configs:
- BuildURL: https://www.bitrise.io/build/468516756ae25bca
- BuildAPIToken: aiBGpf7OK9o3odkzxuWMTw
Git clone repository
=> git "init"
=> git "remote" "add" "origin" "https://github.com/mxcl/OMGHTTPURLRQ"
=> git "fetch"
=> git "checkout" "master"
=> git "submodule" "update" "--init" "--recursive"
Exporting git logs
=> GIT_CLONE_COMMIT_HASH
value: da9a1b1aaa88e31b721d1490e17a4eed0f4fd6d6
=> GIT_CLONE_COMMIT_MESSAGE_SUBJECT
value: Tag 3.2.2
=> GIT_CLONE_COMMIT_MESSAGE_BODY
value:
=> GIT_CLONE_COMMIT_AUTHOR_NAME
value: Max Howell
=> GIT_CLONE_COMMIT_AUTHOR_EMAIL
value: mxcl@me.com
=> GIT_CLONE_COMMIT_COMMITER_NAME
value: Max Howell
=> GIT_CLONE_COMMIT_COMMITER_EMAIL
value: mxcl@me.com
Success
| |
+---+---------------------------------------------------------------+----------+
| ✓ | git-clone@3.5.1 | 5.64 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (1) brew upgrade carthage |
+------------------------------------------------------------------------------+
| id: script |
| version: 1.1.4 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2017-08-02T09:42:03-07:00 |
+------------------------------------------------------------------------------+
| |
==> Upgrading 1 outdated package, with result:
carthage 0.24.0
==> Upgrading carthage
==> Downloading https://homebrew.bintray.com/bottles/carthage-0.24.0.sierra.bottle.tar.gz
==> Pouring carthage-0.24.0.sierra.bottle.tar.gz
==> Using the sandbox
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completions have been installed to:
/usr/local/share/zsh/site-functions
==> Summary
🍺 /usr/local/Cellar/carthage/0.24.0: 64 files, 22.7MB
0.24.0
| |
+---+---------------------------------------------------------------+----------+
| ✓ | brew upgrade carthage | 5.78 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (2) script@1.1.4 |
+------------------------------------------------------------------------------+
| id: script |
| version: 1.1.4 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2017-08-02T09:42:09-07:00 |
+------------------------------------------------------------------------------+
| |
• print 'ENABLE_THREAD_SANITIZER[sdk=appletvsimulator*][arch=x86_64] = YES' >|
• ls -1 ~/Library/Developer/Xcode/DerivedData
ls: /Users/vagrant/Library/Developer/Xcode/DerivedData: No such file or directory
• ls -1 ~/Library/Caches/org.carthage.CarthageKit/DerivedData
ls: /Users/vagrant/Library/Caches/org.carthage.CarthageKit/DerivedData: No such file or directory
• XCODE_XCCONFIG_FILE= carthage build --no-skip-current --verbose --platform >
*** Building scheme "OMGHTTPURLRQ" in OMGHTTPURLRQ.xcodeproj
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build (launched in /Users/vagrant/git)Build settings from command line:
BITCODE_GENERATION_MODE = bitcode
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvos10.2
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== CLEAN TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
** CLEAN SUCCEEDED **
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvos -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o Sources/OMGUserAgent.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal arm64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_lto.o -fembed-bitcode -Xlinker -bitcode_verify -Xlinker -bitcode_hide_symbols -Xlinker -bitcode_symbol_map -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvsimulator -destination platform=tvOS\ Simulator,id=44A95D9E-AF84-4C51-8B85-F44179A62B8C -destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES build (launched in /Users/vagrant/git)Build settings from command line:
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvsimulator10.2
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.LinkFileList
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvsimulator -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.o Sources/OMGUserAgent.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.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 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal x86_64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator10.2.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-simulator-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_lto.o -Xlinker -objc_abi_version -Xlinker 2 -fsanitize=thread -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
CodeSign /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp=none /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
patch -fsanitize=thread
patch -fsanitize=thread
patch -fsanitize=thread
rsion -fsanitize=thread
ker 2 -fsanitize=thread
• ls -1 ~/Library/Developer/Xcode/DerivedData
ModuleCache
OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety
• ls -1 ~/Library/Caches/org.carthage.CarthageKit/DerivedData
ls: /Users/vagrant/Library/Caches/org.carthage.CarthageKit/DerivedData: No such file or directory
• XCODE_XCCONFIG_FILE= carthage build --no-skip-current --verbose --platform >
*** Building scheme "OMGHTTPURLRQ" in OMGHTTPURLRQ.xcodeproj
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build (launched in /Users/vagrant/git)Build settings from command line:
BITCODE_GENERATION_MODE = bitcode
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvos10.2
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== CLEAN TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
** CLEAN SUCCEEDED **
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvos -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o Sources/OMGUserAgent.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -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 -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -Xclang -fmodule-implementation-of -Xclang OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -fstrict-aliasing -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal arm64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_lto.o -fembed-bitcode -Xlinker -bitcode_verify -Xlinker -bitcode_hide_symbols -Xlinker -bitcode_symbol_map -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvsimulator -destination platform=tvOS\ Simulator,id=44A95D9E-AF84-4C51-8B85-F44179A62B8C -destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES build (launched in /Users/vagrant/git)Build settings from command line:
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvsimulator10.2
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates/OMGHTTPURLRQ.build/all-product-headers.yaml
** BUILD SUCCEEDED **
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
| |
+---+---------------------------------------------------------------+----------+
| ✓ | script@1.1.4 | 46 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| bitrise summary |
+---+---------------------------------------------------------------+----------+
| | title | time (s) |
+---+---------------------------------------------------------------+----------+
| ✓ | git-clone@3.5.1 | 5.64 sec |
+---+---------------------------------------------------------------+----------+
| ✓ | brew upgrade carthage | 5.78 sec |
+---+---------------------------------------------------------------+----------+
| ✓ | script@1.1.4 | 46 sec |
+---+---------------------------------------------------------------+----------+
| Total runtime: 58 sec |
+------------------------------------------------------------------------------+
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
version: 1.10.0
INFO[16:06:50] bitrise runs in CI mode
INFO[16:06:50] Running workflow: run-twice-actually-with-Carthage-0.24.0
Switching to workflow: run-twice-actually-with-Carthage-0.24.0
+------------------------------------------------------------------------------+
| (0) git-clone@3.5.1 |
+------------------------------------------------------------------------------+
| id: git-clone |
| version: 3.5.1 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2017-11-06T16:06:53-08:00 |
+------------------------------------------------------------------------------+
| |
INFO[16:06:53] * [OK] Step dependency (go) installed, available.
Git Clone Configs:
- CloneIntoDir: /Users/vagrant/git
- RepositoryURL: https://github.com/mxcl/OMGHTTPURLRQ
- UpdateSubmodules: yes
Git Checkout Configs:
- Commit:
- Tag:
- Branch: master
- CloneDepth:
Git Pull Request Configs:
- PullRequestURI:
- PullRequestID:
- BranchDest:
- PullRequestMergeBranch:
- ResetRepository: No
Bitrise Build Configs:
- BuildURL: https://www.bitrise.io/build/a21a0c747e0856db
- BuildAPIToken: iri5sCm6gSnhnBQfNroqOg
Git clone repository
=> git "init"
=> git "remote" "add" "origin" "https://github.com/mxcl/OMGHTTPURLRQ"
=> git "fetch"
=> git "checkout" "master"
=> git "submodule" "update" "--init" "--recursive"
Exporting git logs
=> GIT_CLONE_COMMIT_HASH
value: da9a1b1aaa88e31b721d1490e17a4eed0f4fd6d6
=> GIT_CLONE_COMMIT_MESSAGE_SUBJECT
value: Tag 3.2.2
=> GIT_CLONE_COMMIT_MESSAGE_BODY
value:
=> GIT_CLONE_COMMIT_AUTHOR_NAME
value: Max Howell
=> GIT_CLONE_COMMIT_AUTHOR_EMAIL
value: mxcl@me.com
=> GIT_CLONE_COMMIT_COMMITER_NAME
value: Max Howell
=> GIT_CLONE_COMMIT_COMMITER_EMAIL
value: mxcl@me.com
Success
| |
+---+---------------------------------------------------------------+----------+
| ✓ | git-clone@3.5.1 | 5.72 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 3.5.1 -> 3.5.3 |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (1) brew upgrade carthage |
+------------------------------------------------------------------------------+
| id: script |
| version: 1.1.4 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2017-11-06T16:06:59-08:00 |
+------------------------------------------------------------------------------+
| |
Uninstalling /usr/local/Cellar/carthage/0.26.2... (75 files, 25.9MB)
--2017-11-06 16:07:01-- https://homebrew.bintray.com/bottles/carthage-0.24.0.sierra.bottle.tar.gz
Resolving homebrew.bintray.com... 108.168.243.150
Connecting to homebrew.bintray.com|108.168.243.150|:443... connected.
HTTP request sent, awaiting response... 302
Location: https://akamai.bintray.com/ae/ae221f34a59985f753f033cf38b5d2719b60e306b295cf2c4db0d8ad97614a31?__gda__=exp=1510013941~hmac=6a822589cbe2d448a3209feee2923d403a1a0c5171d9a4a89c73a13dcb4829e6&response-content-disposition=attachment%3Bfilename%3D%22carthage-0.24.0.sierra.bottle.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX1_P1m3_pPyRtXJYLu8SS1qG_XiW_D-rcP1FZuBc2irj73fTpvvBHLAWEAg6RlcVpyH1k_E5yMZvrQhjJIB46vLf59u9e3DM2FOK22WQkyaCGWEjGcf2mjFvXWIgdpHx0-daxznWoAZvqA&response-X-Checksum-Sha1=a691109a5b5d93bb8f58c6b9401e3d0324b4d9e1&response-X-Checksum-Sha2=ae221f34a59985f753f033cf38b5d2719b60e306b295cf2c4db0d8ad97614a31&response-X-Checksum-Sha256=ae221f34a59985f753f033cf38b5d2719b60e306b295cf2c4db0d8ad97614a31 [following]
--2017-11-06 16:07:01-- https://akamai.bintray.com/ae/ae221f34a59985f753f033cf38b5d2719b60e306b295cf2c4db0d8ad97614a31?__gda__=exp=1510013941~hmac=6a822589cbe2d448a3209feee2923d403a1a0c5171d9a4a89c73a13dcb4829e6&response-content-disposition=attachment%3Bfilename%3D%22carthage-0.24.0.sierra.bottle.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX1_P1m3_pPyRtXJYLu8SS1qG_XiW_D-rcP1FZuBc2irj73fTpvvBHLAWEAg6RlcVpyH1k_E5yMZvrQhjJIB46vLf59u9e3DM2FOK22WQkyaCGWEjGcf2mjFvXWIgdpHx0-daxznWoAZvqA&response-X-Checksum-Sha1=a691109a5b5d93bb8f58c6b9401e3d0324b4d9e1&response-X-Checksum-Sha2=ae221f34a59985f753f033cf38b5d2719b60e306b295cf2c4db0d8ad97614a31&response-X-Checksum-Sha256=ae221f34a59985f753f033cf38b5d2719b60e306b295cf2c4db0d8ad97614a31
Resolving akamai.bintray.com... 23.73.152.14
Connecting to akamai.bintray.com|23.73.152.14|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6692001 (6.4M) [application/gzip]
Saving to: 'carthage-0.24.0.sierra.bottle.tar.gz'
0K .......... .......... .......... .......... .......... 0% 19.7M 0s
50K .......... .......... .......... .......... .......... 1% 16.3M 0s
100K .......... .......... .......... .......... .......... 2% 20.1M 0s
150K .......... .......... .......... .......... .......... 3% 17.9M 0s
200K .......... .......... .......... .......... .......... 3% 17.6M 0s
250K .......... .......... .......... .......... .......... 4% 27.6M 0s
300K .......... .......... .......... .......... .......... 5% 24.8M 0s
350K .......... .......... .......... .......... .......... 6% 24.3M 0s
400K .......... .......... .......... .......... .......... 6% 25.4M 0s
450K .......... .......... .......... .......... .......... 7% 20.7M 0s
500K .......... .......... .......... .......... .......... 8% 28.8M 0s
550K .......... .......... .......... .......... .......... 9% 31.1M 0s
600K .......... .......... .......... .......... .......... 9% 30.0M 0s
650K .......... .......... .......... .......... .......... 10% 29.7M 0s
700K .......... .......... .......... .......... .......... 11% 27.6M 0s
750K .......... .......... .......... .......... .......... 12% 33.1M 0s
800K .......... .......... .......... .......... .......... 13% 23.4M 0s
850K .......... .......... .......... .......... .......... 13% 30.2M 0s
900K .......... .......... .......... .......... .......... 14% 25.3M 0s
950K .......... .......... .......... .......... .......... 15% 10.6M 0s
1000K .......... .......... .......... .......... .......... 16% 43.6M 0s
1050K .......... .......... .......... .......... .......... 16% 26.8M 0s
1100K .......... .......... .......... .......... .......... 17% 21.7M 0s
1150K .......... .......... .......... .......... .......... 18% 19.4M 0s
1200K .......... .......... .......... .......... .......... 19% 20.9M 0s
1250K .......... .......... .......... .......... .......... 19% 23.4M 0s
1300K .......... .......... .......... .......... .......... 20% 21.1M 0s
1350K .......... .......... .......... .......... .......... 21% 17.7M 0s
1400K .......... .......... .......... .......... .......... 22% 25.3M 0s
1450K .......... .......... .......... .......... .......... 22% 22.0M 0s
1500K .......... .......... .......... .......... .......... 23% 24.2M 0s
1550K .......... .......... .......... .......... .......... 24% 23.5M 0s
1600K .......... .......... .......... .......... .......... 25% 24.6M 0s
1650K .......... .......... .......... .......... .......... 26% 25.0M 0s
1700K .......... .......... .......... .......... .......... 26% 24.4M 0s
1750K .......... .......... .......... .......... .......... 27% 26.9M 0s
1800K .......... .......... .......... .......... .......... 28% 21.9M 0s
1850K .......... .......... .......... .......... .......... 29% 20.0M 0s
1900K .......... .......... .......... .......... .......... 29% 23.2M 0s
1950K .......... .......... .......... .......... .......... 30% 25.1M 0s
2000K .......... .......... .......... .......... .......... 31% 26.9M 0s
2050K .......... .......... .......... .......... .......... 32% 23.6M 0s
2100K .......... .......... .......... .......... .......... 32% 22.5M 0s
2150K .......... .......... .......... .......... .......... 33% 24.5M 0s
2200K .......... .......... .......... .......... .......... 34% 31.9M 0s
2250K .......... .......... .......... .......... .......... 35% 22.6M 0s
2300K .......... .......... .......... .......... .......... 35% 48.1M 0s
2350K .......... .......... .......... .......... .......... 36% 45.3M 0s
2400K .......... .......... .......... .......... .......... 37% 33.4M 0s
2450K .......... .......... .......... .......... .......... 38% 41.9M 0s
2500K .......... .......... .......... .......... .......... 39% 50.2M 0s
2550K .......... .......... .......... .......... .......... 39% 63.7M 0s
2600K .......... .......... .......... .......... .......... 40% 43.0M 0s
2650K .......... .......... .......... .......... .......... 41% 41.6M 0s
2700K .......... .......... .......... .......... .......... 42% 51.0M 0s
2750K .......... .......... .......... .......... .......... 42% 32.7M 0s
2800K .......... .......... .......... .......... .......... 43% 44.6M 0s
2850K .......... .......... .......... .......... .......... 44% 54.6M 0s
2900K .......... .......... .......... .......... .......... 45% 34.5M 0s
2950K .......... .......... .......... .......... .......... 45% 55.6M 0s
3000K .......... .......... .......... .......... .......... 46% 49.9M 0s
3050K .......... .......... .......... .......... .......... 47% 57.6M 0s
3100K .......... .......... .......... .......... .......... 48% 28.8M 0s
3150K .......... .......... .......... .......... .......... 48% 30.9M 0s
3200K .......... .......... .......... .......... .......... 49% 57.1M 0s
3250K .......... .......... .......... .......... .......... 50% 64.2M 0s
3300K .......... .......... .......... .......... .......... 51% 48.0M 0s
3350K .......... .......... .......... .......... .......... 52% 44.7M 0s
3400K .......... .......... .......... .......... .......... 52% 42.8M 0s
3450K .......... .......... .......... .......... .......... 53% 46.3M 0s
3500K .......... .......... .......... .......... .......... 54% 43.1M 0s
3550K .......... .......... .......... .......... .......... 55% 47.0M 0s
3600K .......... .......... .......... .......... .......... 55% 34.2M 0s
3650K .......... .......... .......... .......... .......... 56% 32.6M 0s
3700K .......... .......... .......... .......... .......... 57% 60.1M 0s
3750K .......... .......... .......... .......... .......... 58% 43.0M 0s
3800K .......... .......... .......... .......... .......... 58% 53.8M 0s
3850K .......... .......... .......... .......... .......... 59% 52.2M 0s
3900K .......... .......... .......... .......... .......... 60% 52.1M 0s
3950K .......... .......... .......... .......... .......... 61% 49.7M 0s
4000K .......... .......... .......... .......... .......... 61% 44.2M 0s
4050K .......... .......... .......... .......... .......... 62% 47.0M 0s
4100K .......... .......... .......... .......... .......... 63% 40.4M 0s
4150K .......... .......... .......... .......... .......... 64% 38.1M 0s
4200K .......... .......... .......... .......... .......... 65% 41.7M 0s
4250K .......... .......... .......... .......... .......... 65% 51.8M 0s
4300K .......... .......... .......... .......... .......... 66% 48.5M 0s
4350K .......... .......... .......... .......... .......... 67% 56.4M 0s
4400K .......... .......... .......... .......... .......... 68% 54.4M 0s
4450K .......... .......... .......... .......... .......... 68% 17.4M 0s
4500K .......... .......... .......... .......... .......... 69% 21.3M 0s
4550K .......... .......... .......... .......... .......... 70% 38.0M 0s
4600K .......... .......... .......... .......... .......... 71% 48.2M 0s
4650K .......... .......... .......... .......... .......... 71% 54.7M 0s
4700K .......... .......... .......... .......... .......... 72% 41.1M 0s
4750K .......... .......... .......... .......... .......... 73% 48.2M 0s
4800K .......... .......... .......... .......... .......... 74% 34.8M 0s
4850K .......... .......... .......... .......... .......... 74% 23.6M 0s
4900K .......... .......... .......... .......... .......... 75% 32.1M 0s
4950K .......... .......... .......... .......... .......... 76% 37.0M 0s
5000K .......... .......... .......... .......... .......... 77% 48.3M 0s
5050K .......... .......... .......... .......... .......... 78% 49.8M 0s
5100K .......... .......... .......... .......... .......... 78% 42.1M 0s
5150K .......... .......... .......... .......... .......... 79% 39.8M 0s
5200K .......... .......... .......... .......... .......... 80% 20.1M 0s
5250K .......... .......... .......... .......... .......... 81% 39.7M 0s
5300K .......... .......... .......... .......... .......... 81% 39.1M 0s
5350K .......... .......... .......... .......... .......... 82% 38.5M 0s
5400K .......... .......... .......... .......... .......... 83% 46.8M 0s
5450K .......... .......... .......... .......... .......... 84% 48.4M 0s
5500K .......... .......... .......... .......... .......... 84% 58.4M 0s
5550K .......... .......... .......... .......... .......... 85% 56.4M 0s
5600K .......... .......... .......... .......... .......... 86% 48.3M 0s
5650K .......... .......... .......... .......... .......... 87% 47.7M 0s
5700K .......... .......... .......... .......... .......... 87% 41.9M 0s
5750K .......... .......... .......... .......... .......... 88% 49.0M 0s
5800K .......... .......... .......... .......... .......... 89% 47.7M 0s
5850K .......... .......... .......... .......... .......... 90% 43.5M 0s
5900K .......... .......... .......... .......... .......... 91% 54.4M 0s
5950K .......... .......... .......... .......... .......... 91% 43.2M 0s
6000K .......... .......... .......... .......... .......... 92% 50.8M 0s
6050K .......... .......... .......... .......... .......... 93% 44.1M 0s
6100K .......... .......... .......... .......... .......... 94% 34.8M 0s
6150K .......... .......... .......... .......... .......... 94% 46.1M 0s
6200K .......... .......... .......... .......... .......... 95% 38.1M 0s
6250K .......... .......... .......... .......... .......... 96% 35.8M 0s
6300K .......... .......... .......... .......... .......... 97% 45.3M 0s
6350K .......... .......... .......... .......... .......... 97% 39.5M 0s
6400K .......... .......... .......... .......... .......... 98% 38.6M 0s
6450K .......... .......... .......... .......... .......... 99% 31.5M 0s
6500K .......... .......... .......... ..... 100% 42.2M=0.2s
2017-11-06 16:07:02 (32.5 MB/s) - 'carthage-0.24.0.sierra.bottle.tar.gz' saved [6692001/6692001]
0.24.0
| |
+---+---------------------------------------------------------------+----------+
| ✓ | brew upgrade carthage | 4.64 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 1.1.4 -> 1.1.5 |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (2) script@1.1.4 |
+------------------------------------------------------------------------------+
| id: script |
| version: 1.1.4 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2017-11-06T16:07:03-08:00 |
+------------------------------------------------------------------------------+
| |
• xcodebuild -version
Xcode 9.1
Build version 9B55
• print 'ENABLE_THREAD_SANITIZER[sdk=appletvsimulator*][arch=x86_64] = YES' >|
• ls -1 ~/Library/Developer/Xcode/DerivedData
ls: /Users/vagrant/Library/Developer/Xcode/DerivedData: No such file or directory
• ls -1 ~/Library/Caches/org.carthage.CarthageKit/DerivedData
ls: /Users/vagrant/Library/Caches/org.carthage.CarthageKit/DerivedData: No such file or directory
• XCODE_XCCONFIG_FILE= carthage build --no-skip-current --verbose --platform >
*** Building scheme "OMGHTTPURLRQ" in OMGHTTPURLRQ.xcodeproj
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build (launched in /Users/vagrant/git)Build settings from command line:
BITCODE_GENERATION_MODE = bitcode
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvos11.1
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== CLEAN TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
** CLEAN SUCCEEDED **
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvos -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o Sources/OMGUserAgent.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -fstrict-aliasing -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal arm64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_lto.o -fembed-bitcode -Xlinker -bitcode_verify -Xlinker -bitcode_hide_symbols -Xlinker -bitcode_symbol_map -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvsimulator -destination platform=tvOS\ Simulator,id=665E0129-BC3F-4963-A5B9-E9F01CE6BAF7 -destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES build (launched in /Users/vagrant/git)Build settings from command line:
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvsimulator11.1
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.LinkFileList
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvsimulator -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator11.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator11.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.o Sources/OMGUserAgent.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator11.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fobjc-abi-version=2 -fobjc-legacy-dispatch -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.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 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mtvos-simulator-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fsanitize=thread -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/x86_64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal x86_64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator11.1.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-simulator-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_lto.o -Xlinker -objc_abi_version -Xlinker 2 -fsanitize=thread -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/Objects-normal/x86_64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvsimulator/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
CodeSign /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp=none /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvsimulator/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
patch -fsanitize=thread
patch -fsanitize=thread
patch -fsanitize=thread
types -fsanitize=thread
ker 2 -fsanitize=thread
• ls -1 ~/Library/Developer/Xcode/DerivedData
ModuleCache
OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety
• ls -1 ~/Library/Caches/org.carthage.CarthageKit/DerivedData
ls: /Users/vagrant/Library/Caches/org.carthage.CarthageKit/DerivedData: No such file or directory
• XCODE_XCCONFIG_FILE= carthage build --no-skip-current --verbose --platform >
*** Building scheme "OMGHTTPURLRQ" in OMGHTTPURLRQ.xcodeproj
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build (launched in /Users/vagrant/git)Build settings from command line:
BITCODE_GENERATION_MODE = bitcode
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvos11.1
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== CLEAN TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
Clean.Remove clean /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
builtin-rm -rf /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build
** CLEAN SUCCEEDED **
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-target-headers.hmap
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap
Create product structure
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
/bin/mkdir -p /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
ProcessInfoPlistFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist Info.plist
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-infoPlistUtility /Users/vagrant/git/Info.plist -expandbuildsettings -format binary -platform appletvos -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Info.plist
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o Sources/OMGFormURLEncode.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.dia -c /Users/vagrant/git/Sources/OMGFormURLEncode.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGFormURLEncode.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o Sources/OMGHTTPURLRQ.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.dia -c /Users/vagrant/git/Sources/OMGHTTPURLRQ.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o Sources/OMGUserAgent.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.dia -c /Users/vagrant/git/Sources/OMGUserAgent.m -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGUserAgent.o
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/vagrant/git
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fmodules -gmodules -fmodules-cache-path=/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vagrant/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 -fmodule-name=OMGHTTPURLRQ -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -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 -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -fstrict-aliasing -Wdeprecated-declarations -mtvos-version-min=9.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-generated-files.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-own-target-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-all-non-framework-target-headers.hmap -ivfsoverlay /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml -iquote /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/OMGHTTPURLRQ-project-headers.hmap -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/include -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/arm64 -I/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -MMD -MT dependencies -MF /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.d --serialize-diagnostics /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.dia -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/DerivedSources/OMGHTTPURLRQ_vers.c -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_vers.o
Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ normal arm64
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
export TVOS_DEPLOYMENT_TARGET=9.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.1.sdk -L/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -F/Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -filelist /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ.LinkFileList -install_name @rpath/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mtvos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_lto.o -fembed-bitcode -Xlinker -bitcode_verify -Xlinker -bitcode_hide_symbols -Xlinker -bitcode_symbol_map -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos -fobjc-arc -fobjc-link-runtime -fapplication-extension -single_module -compatibility_version 1 -current_version 3.2.2 -Xlinker -dependency_info -Xlinker /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/Objects-normal/arm64/OMGHTTPURLRQ_dependency_info.dat -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
GenerateDSYMFile /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/OMGHTTPURLRQ -o /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework.dSYM
CpHeader Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGHTTPURLRQ.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGHTTPURLRQ.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGFormURLEncode.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGFormURLEncode.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
CpHeader Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers/OMGUserAgent.h
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/git/Sources/OMGUserAgent.h /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Headers
Ditto /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules/module.modulemap
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/Release-appletvos/OMGHTTPURLRQ.build/module.modulemap /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework/Modules
Touch /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
cd /Users/vagrant/git
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx"
/usr/bin/touch -c /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Products/Release-appletvos/OMGHTTPURLRQ.framework
** BUILD SUCCEEDED **
/usr/bin/xcrun xcodebuild -project /Users/vagrant/git/OMGHTTPURLRQ.xcodeproj -scheme OMGHTTPURLRQ -configuration Release -sdk appletvsimulator -destination platform=tvOS\ Simulator,id=665E0129-BC3F-4963-A5B9-E9F01CE6BAF7 -destination-timeout 3 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES build (launched in /Users/vagrant/git)Build settings from command line:
CARTHAGE = YES
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
ONLY_ACTIVE_ARCH = NO
SDKROOT = appletvsimulator11.1
Build settings from configuration file '/Users/vagrant/Library/Preferences/platform-specific-thread-sanitizer.xcconfig':
ENABLE_THREAD_SANITIZER =
=== BUILD TARGET OMGHTTPURLRQ OF PROJECT OMGHTTPURLRQ WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/OMGHTTPURLRQ-bstrenfkfdzicndsetpjxrtweety/Build/Intermediates.noindex/OMGHTTPURLRQ.build/all-product-headers.yaml
** BUILD SUCCEEDED **
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
-thread-sanitizer.xcconf
ENABLE_THREAD_SANITIZER
| |
+---+---------------------------------------------------------------+----------+
| ✓ | script@1.1.4 | 59 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 1.1.4 -> 1.1.5 |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| bitrise summary |
+---+---------------------------------------------------------------+----------+
| | title | time (s) |
+---+---------------------------------------------------------------+----------+
| ✓ | git-clone@3.5.1 | 5.72 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 3.5.1 -> 3.5.3 |
+---+---------------------------------------------------------------+----------+
| ✓ | brew upgrade carthage | 4.64 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 1.1.4 -> 1.1.5 |
+---+---------------------------------------------------------------+----------+
| ✓ | script@1.1.4 | 59 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 1.1.4 -> 1.1.5 |
+---+---------------------------------------------------------------+----------+
| Total runtime: 69 sec |
+------------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment