bazelbuild / bazel

a fast, scalable, multi-language and extensible build system
https://bazel.build
Apache License 2.0
22.96k stars 4.02k forks source link

ios_framework() rule doesn't generate a framework #800

Closed davidsantiago closed 7 years ago

davidsantiago commented 8 years ago

I've put up a repo to illustrate the issue here: https://github.com/davidsantiago/go_iosframework_problems

The ios_framework rule does not appear to actually generate a framework as output. The output of trying to generate the ios_framework rule's target, @swift-protobuf//:ProtocolBuffers, is at the bottom of this comment. As you can see, there is no build failure anywhere, but no .framework is output.

$ ls bazel-bin/external/swift-protobuf/
ProtocolBuffers-MergedInfo.plist    ProtocolBuffers.swiftstdlib.zip     external
ProtocolBuffers.ipa         ProtocolBuffers.xcodeproj       plists
ProtocolBuffers.ipa-control     ProtocolBuffers.xcodeproj-control
ProtocolBuffers.plmerge-control     ProtocolBuffers_lipobin

I have some difficulty understanding the fullness of the interface that the rules implement on the Java side. However, I do notice this comment in the IosFrameworkRule.java file: https://github.com/bazelbuild/bazel/blob/15099239d94f5fb94504e33f670adf71dacff48a/src/main/java/com/google/devtools/build/lib/rules/objc/IosFrameworkRule.java#L38 It appears to acknowledge that it is not generating the framework. There does appear to be some code that tries to set the expected output here: https://github.com/bazelbuild/bazel/blob/15099239d94f5fb94504e33f670adf71dacff48a/src/main/java/com/google/devtools/build/lib/rules/objc/IosFramework.java#L145

I am not sure what needs to be done to make this rule generate the framework.

Full command output:

Wed Jan 20 04:07 AM David@David-Santiagos-Computer:~/Documents/Development/swift_go_repo
$ bazel build -s @swift-protobuf//:ProtocolBuffers --ios_sdk_version=9.2
INFO: Found 1 target...
>>>>> # @swift-protobuf//:ProtocolBuffers [action 'ObjcVersionPlist external/swift-protobuf/plists/ProtocolBuffers-version.plist']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  /bin/bash -c 'VERSION="$(grep "^BUILD_EMBED_LABEL" bazel-out/stable-status.txt | cut -d'\'' '\'' -f2- | sed -e '\''s#\("\)\{0,1\}\(.*_\)\{0,1\}\([0-9][0-9]*\(\.[0-9][0-9]*\)\{1,2\}\)\(_[^"]*\)\{0,1\}\("\)\{0,1\}#\1\3\6#'\'' | sed -e '\''s#"#\"#g'\'')" && cat >bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/plists/ProtocolBuffers-version.plist <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
EOF
if [[ -n "${VERSION}" ]]; then
  for KEY in CFBundleVersion CFBundleShortVersionString; do
    echo "  <key>${KEY}</key>
" >> bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/plists/ProtocolBuffers-version.plist
    echo "  <string>${VERSION}</string>
" >> bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/plists/ProtocolBuffers-version.plist
  done
fi
cat >>bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/plists/ProtocolBuffers-version.plist <<EOF
</dict>
</plist>
EOF
')
>>>>> # @bazel_tools//tools/objc:swiftstdlibtoolwrapper [action 'Creating runfiles tree bazel-out/host/bin/external/bazel_tools/tools/objc/swiftstdlibtoolwrapper.runfiles [for host]']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo/_bin/build-runfiles bazel-out/host/bin/external/bazel_tools/tools/objc/swiftstdlibtoolwrapper.runfiles_manifest bazel-out/host/bin/external/bazel_tools/tools/objc/swiftstdlibtoolwrapper.runfiles)
>>>>> # @swift-protobuf//:ProtocolBuffers [action 'EnvironmentPlist external/swift-protobuf/plists/ProtocolBuffers-environment.plist']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  external/bazel_tools/tools/objc/environment_plist.sh --platform iphonesimulator9.2 --output bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/plists/ProtocolBuffers-environment.plist)
>>>>> # @bazel_tools//tools/objc:xcrunwrapper [action 'Creating runfiles tree bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper.runfiles [for host]']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo/_bin/build-runfiles bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper.runfiles_manifest bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper.runfiles)
INFO: From EnvironmentPlist external/swift-protobuf/plists/ProtocolBuffers-environment.plist:
2016-01-20 04:07:12.991 defaults[72472:51801926]
The domain/default pair of (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/version.plist, ProductBuildVersion) does not exist
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/AbstractMessage.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/AbstractMessage.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/AbstractMessage.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Api.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Api.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Api.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/CodedOutputStream.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/CodedOutputStream.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/CodedOutputStream.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/CodedInputStream.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/CodedInputStream.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/CodedInputStream.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Any.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Any.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Any.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/GeneratedMessage.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/GeneratedMessage.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/GeneratedMessage.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Empty.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Empty.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Empty.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/UnknownFieldSet.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/UnknownFieldSet.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/UnknownFieldSet.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/RingBuffer.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/RingBuffer.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/RingBuffer.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/ExtensionRegistry.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/ExtensionRegistry.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/ExtensionRegistry.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Types.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Types.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Types.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/ExtendableMessage.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/ExtendableMessage.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/ExtendableMessage.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Field.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Field.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Field.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/ConcreateExtensionField.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/ConcreateExtensionField.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/ConcreateExtensionField.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Struct.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Struct.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Struct.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/WireFormat.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/WireFormat.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/WireFormat.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/WireFormat.partial_swiftmodule -Xcc -I.)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'SwiftCompile external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Duration.proto.o']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper swift -frontend -emit-object -target x86_64-apple-ios9.2 -sdk __BAZEL_XCODE_SDKROOT__ -enable-objc-interop -Onone -module-name swift_pb_runtime_lib -parse-as-library -primary-file external/swift-protobuf/Source/Google.Protobuf.Duration.proto.swift external/swift-protobuf/Source/AbstractMessage.swift external/swift-protobuf/Source/CodedInputStream.swift external/swift-protobuf/Source/CodedOutputStream.swift external/swift-protobuf/Source/ConcreateExtensionField.swift external/swift-protobuf/Source/ExtendableMessage.swift external/swift-protobuf/Source/ExtensionRegistry.swift external/swift-protobuf/Source/Field.swift external/swift-protobuf/Source/GeneratedMessage.swift external/swift-protobuf/Source/Google.Protobuf.Any.proto.swift external/swift-protobuf/Source/Google.Protobuf.Api.proto.swift external/swift-protobuf/Source/Google.Protobuf.Descriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Empty.proto.swift external/swift-protobuf/Source/Google.Protobuf.FieldMask.proto.swift external/swift-protobuf/Source/Google.Protobuf.SourceContext.proto.swift external/swift-protobuf/Source/Google.Protobuf.Struct.proto.swift external/swift-protobuf/Source/Google.Protobuf.SwiftDescriptor.proto.swift external/swift-protobuf/Source/Google.Protobuf.Timestamp.proto.swift external/swift-protobuf/Source/Google.Protobuf.Types.proto.swift external/swift-protobuf/Source/Google.Protobuf.Wrappers.proto.swift external/swift-protobuf/Source/RingBuffer.swift external/swift-protobuf/Source/UnknownFieldSet.swift external/swift-protobuf/Source/WireFormat.swift -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Duration.proto.o -emit-module-path bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/_objs/swift_pb_runtime_lib/external/swift-protobuf/Source/Google.Protobuf.Duration.proto.partial_swiftmodule -Xcc -I.)
>>>>> # @bazel_tools//tools/objc:xcodegen [action 'Creating runfiles tree bazel-out/host/bin/external/bazel_tools/tools/objc/xcodegen.runfiles [for host]']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo/_bin/build-runfiles bazel-out/host/bin/external/bazel_tools/tools/objc/xcodegen.runfiles_manifest bazel-out/host/bin/external/bazel_tools/tools/objc/xcodegen.runfiles)
>>>>> # @bazel_tools//tools/objc:plmerge [action 'Creating runfiles tree bazel-out/host/bin/external/bazel_tools/tools/objc/plmerge.runfiles [for host]']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo/_bin/build-runfiles bazel-out/host/bin/external/bazel_tools/tools/objc/plmerge.runfiles_manifest bazel-out/host/bin/external/bazel_tools/tools/objc/plmerge.runfiles)
>>>>> # @bazel_tools//tools/objc:bundlemerge [action 'Creating runfiles tree bazel-out/host/bin/external/bazel_tools/tools/objc/bundlemerge.runfiles [for host]']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo/_bin/build-runfiles bazel-out/host/bin/external/bazel_tools/tools/objc/bundlemerge.runfiles_manifest bazel-out/host/bin/external/bazel_tools/tools/objc/bundlemerge.runfiles)
>>>>> # @bazel_tools//tools/objc:xcodegen [action 'Building external/bazel_tools/tools/objc/xcodegen.jar (0 files) [for host]']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  external/local-jdk/bin/java -Xbootclasspath/p:external/bazel_tools/third_party/java/jdk/langtools/javac.jar -client -jar external/bazel_tools/tools/jdk/JavaBuilder_deploy.jar @bazel-out/host/bin/external/bazel_tools/tools/objc/xcodegen.jar-2.params)
>>>>> # @bazel_tools//tools/objc:bundlemerge [action 'Building external/bazel_tools/tools/objc/bundlemerge.jar (0 files) [for host]']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  external/local-jdk/bin/java -Xbootclasspath/p:external/bazel_tools/third_party/java/jdk/langtools/javac.jar -client -jar external/bazel_tools/tools/jdk/JavaBuilder_deploy.jar @bazel-out/host/bin/external/bazel_tools/tools/objc/bundlemerge.jar-2.params)
>>>>> # @bazel_tools//tools/objc:plmerge [action 'Building external/bazel_tools/tools/objc/plmerge.jar (0 files) [for host]']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  external/local-jdk/bin/java -Xbootclasspath/p:external/bazel_tools/third_party/java/jdk/langtools/javac.jar -client -jar external/bazel_tools/tools/jdk/JavaBuilder_deploy.jar @bazel-out/host/bin/external/bazel_tools/tools/objc/plmerge.jar-2.params)
>>>>> # @swift-protobuf//:ProtocolBuffers [action 'GenerateXcodeproj external/swift-protobuf/ProtocolBuffers.xcodeproj/project.pbxproj']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcodegen --control bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/ProtocolBuffers.xcodeproj-control)
>>>>> # @swift-protobuf//:ProtocolBuffers [action 'MergeInfoPlistFiles external/swift-protobuf/ProtocolBuffers-MergedInfo.plist']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    BAZEL_SUBCOMMANDS=true \
  bazel-out/host/bin/external/bazel_tools/tools/objc/plmerge --control bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/ProtocolBuffers.plmerge-control)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'ObjcLink external/swift-protobuf/libswift_pb_runtime_lib.a']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper libtool -static -filelist bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/swift_pb_runtime_lib.objlist -arch_only x86_64 -syslibroot __BAZEL_XCODE_SDKROOT__ -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a)
>>>>> # @swift-protobuf//:swift_pb_runtime_lib [action 'ObjcLink external/swift-protobuf/swift_pb_runtime_lib_bin']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  /bin/bash -c 'bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper clang -mios-simulator-version-min=8.0 -arch x86_64 -isysroot __BAZEL_XCODE_SDKROOT__ -F __BAZEL_XCODE_SDKROOT__/System/Library/Frameworks -F __BAZEL_XCODE_DEVELOPER_DIR__/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -Xlinker -objc_abi_version -Xlinker 2 -fobjc-link-runtime -ObjC -framework Foundation -framework UIKit -o bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/swift_pb_runtime_lib_bin bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a -dynamiclib -install_name @rpath/swift_pb_runtime_lib.framework/swift_pb_runtime_lib -L __BAZEL_XCODE_DEVELOPER_DIR__/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -Xlinker -rpath -Xlinker @executable_path/Frameworks')
INFO: From ObjcLink external/swift-protobuf/swift_pb_runtime_lib_bin:
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(AbstractMessage.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(CodedInputStream.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(CodedOutputStream.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(ConcreateExtensionField.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(ExtendableMessage.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(ExtensionRegistry.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Field.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(GeneratedMessage.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.Any.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.Api.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.Descriptor.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.Duration.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.Empty.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.FieldMask.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.SourceContext.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.Struct.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.SwiftDescriptor.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.Timestamp.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.Types.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(Google.Protobuf.Wrappers.proto.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(RingBuffer.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(UnknownFieldSet.o)) was built for newer iOS version (9.2) than being linked (8.0)
ld: warning: object file (bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/libswift_pb_runtime_lib.a(WireFormat.o)) was built for newer iOS version (9.2) than being linked (8.0)
>>>>> # @swift-protobuf//:ProtocolBuffers [action 'ObjcCombiningArchitectures external/swift-protobuf/ProtocolBuffers_lipobin']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/xcrunwrapper lipo -create bazel-out/local_darwin-extension-fastbuild/bin/external/swift-protobuf/swift_pb_runtime_lib_bin -o bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/ProtocolBuffers_lipobin)
>>>>> # @swift-protobuf//:ProtocolBuffers [action 'SwiftStdlibCopy external/swift-protobuf/ProtocolBuffers.swiftstdlib.zip']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    APPLE_SDK_PLATFORM=iPhoneSimulator \
    APPLE_SDK_VERSION_OVERRIDE=9.2 \
  bazel-out/host/bin/external/bazel_tools/tools/objc/swiftstdlibtoolwrapper bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/ProtocolBuffers.swiftstdlib.zip --platform iphonesimulator --scan-executable bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/ProtocolBuffers_lipobin)
INFO: From SwiftStdlibCopy external/swift-protobuf/ProtocolBuffers.swiftstdlib.zip:
Copying libswiftFoundation.dylib from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /var/folders/sx/34mm6n_d62j0dr60mcmh1d940000gn/T/swiftstdlibtoolZippingOutput.Ye6lkU9S/Frameworks
Copying libswiftDispatch.dylib from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /var/folders/sx/34mm6n_d62j0dr60mcmh1d940000gn/T/swiftstdlibtoolZippingOutput.Ye6lkU9S/Frameworks
Copying libswiftCore.dylib from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /var/folders/sx/34mm6n_d62j0dr60mcmh1d940000gn/T/swiftstdlibtoolZippingOutput.Ye6lkU9S/Frameworks
Copying libswiftObjectiveC.dylib from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /var/folders/sx/34mm6n_d62j0dr60mcmh1d940000gn/T/swiftstdlibtoolZippingOutput.Ye6lkU9S/Frameworks
Copying libswiftCoreGraphics.dylib from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /var/folders/sx/34mm6n_d62j0dr60mcmh1d940000gn/T/swiftstdlibtoolZippingOutput.Ye6lkU9S/Frameworks
Copying libswiftDarwin.dylib from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator to /var/folders/sx/34mm6n_d62j0dr60mcmh1d940000gn/T/swiftstdlibtoolZippingOutput.Ye6lkU9S/Frameworks
>>>>> # @swift-protobuf//:ProtocolBuffers [action 'Bundling iOS application: @swift-protobuf//:ProtocolBuffers']
(cd /private/var/tmp/_bazel_David/2832d4535efecdf3c59be8aacf4d9bdc/swift_go_repo && \
  exec env - \
    BAZEL_SUBCOMMANDS=true \
  bazel-out/host/bin/external/bazel_tools/tools/objc/bundlemerge bazel-out/local_darwin-fastbuild/bin/external/swift-protobuf/ProtocolBuffers.ipa-control)
Target @swift-protobuf//:ProtocolBuffers up-to-date:
  bazel-bin/external/swift-protobuf/ProtocolBuffers.ipa
  bazel-bin/external/swift-protobuf/ProtocolBuffers.xcodeproj/project.pbxproj
INFO: Elapsed time: 18.205s, Critical Path: 12.35s
damienmg commented 8 years ago

@c-parsons friendly ping, is this still a problem?

c-parsons commented 8 years ago

Indeed, it is. Let me explain: I believe the .framework file is propagated via a provider (ObjcProvider, to be exact) to rules that depend on ios_framework, but you're right that it is not currently specified as an implicit output.

In other words, a ios_application target that depends on an ios_framework target should "do the right thing", but if you "bazel build" your ios_framework target, the framework file is not output correctly.

I'll try to address this soon.

c-parsons commented 8 years ago

ios_framework, and framework generation in bazel is currently fairly broken. We're aware of the issues and plan on addressing them at high priority. We'll likely introduce new native rule(s) to address frameworks appropriately, including for framework distribution.

c-parsons commented 7 years ago

Update here -- we are internally testing and verifying an ios_framework rule written in skylark, and are working to open source this. We anticipate this should be available in a couple of weeks.

hlopko commented 7 years ago

Hello Chris, is this still expected to be done in 0.5? Is this a release blocker? We're still at least 2 weeks away from the release but we should be getting ready.

c-parsons commented 7 years ago

This is actually complete as of a week ago (sorry for not updating the issue) We have new rules written in skylark to handle framework generation. Please try the framework rules here: https://github.com/bazelbuild/rules_apple

If there are issues with these rules, please file a separate issue.

hlopko commented 7 years ago

Thanks Chris :)