Polidea / RxBluetoothKit

iOS & OSX Bluetooth library for RxSwift
Apache License 2.0
1.41k stars 366 forks source link

iOS 13 / Xcode 11 support #348

Closed sticksen closed 5 years ago

sticksen commented 5 years ago

Describe the bug When trying to use this dependency in a project compiled with Xcode 11, it does not compile.

To Reproduce Steps to reproduce the behavior:

  1. Install Xcode 11 (Beta 5)
  2. Use this dependency in a project via Carthage
  3. Run carthage bootstrap

Output is:

 carthage bootstrap --platform ios --cache-builds 
*** Checking out RxBluetoothKit at "5.3.0"
*** Checking out RxSwift at "4.5.0"
*** xcodebuild output can be found in /var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/T/carthage-xcodebuild.fKaoDf.log
*** Valid cache found for RxSwift, skipping build
*** Invalid cache found for RxBluetoothKit, rebuilding with all downstream dependencies
*** Downloading RxBluetoothKit.framework binary at "5.3.0"
***  Skipped installing RxBluetoothKit.framework binary due to the error:
    "Incompatible Swift version - framework was built with 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) and the local version is 5.1 (swiftlang-1100.0.266.1 clang-1100.0.32.1)."

    Falling back to building from the source
*** Building scheme "RxBluetoothKit iOS" in RxBluetoothKit.xcodeproj
Build Failed
    Task failed with exit code 65:
    /usr/bin/xcrun xcodebuild -project /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/RxBluetoothKit.xcodeproj -scheme RxBluetoothKit\ iOS -configuration Release -derivedDataPath /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/T/RxBluetoothKit SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/T/carthage-xcodebuild.fKaoDf.log

Expected behavior It should compile/be downloaded and then usable.

Environment:

Output of xcodebuild command:

/usr/bin/xcrun xcodebuild -project /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/RxBluetoothKit.xcodeproj -scheme RxBluetoothKit\ iOS -configuration Release -derivedDataPath /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/T/RxBluetoothKit SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit)User defaults from command line:
    IDEArchivePathOverride = /var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/T/RxBluetoothKit
    IDEDerivedDataPathOverride = /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0

Build settings from command line:
    CARTHAGE = YES
    CLANG_ENABLE_CODE_COVERAGE = NO
    CODE_SIGN_IDENTITY = 
    CODE_SIGNING_REQUIRED = NO
    GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO
    ONLY_ACTIVE_ARCH = NO
    SDKROOT = iphoneos13.0
    SKIP_INSTALL = YES
    STRIP_INSTALLED_PRODUCT = NO

2019-08-20 14:06:28.204 xcodebuild[842:7615420] Skipping test plans upgrade for container at '<DVTFilePath:0x7fe684f9af30:'/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/RxBluetoothKit.xcodeproj/project.xcworkspace'>' because shouldPerformUpgrade returned false
note: Using new build system
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    builtin-create-build-directory /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath

CreateBuildDirectory /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    builtin-create-build-directory /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath

CreateBuildDirectory /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/InstallationBuildProductsLocation (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    builtin-create-build-directory /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/InstallationBuildProductsLocation

SymLink /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos/RxBluetoothKit.framework /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    /bin/ln -sfh /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos/RxBluetoothKit.framework

MkDir /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    /bin/mkdir -p /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework

MkDir /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework/Headers (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    /bin/mkdir -p /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework/Headers

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-non-framework-target-headers.hmap (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-project-headers.hmap (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-project-headers.hmap

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-target-headers.hmap (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-target-headers.hmap

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-own-target-headers.hmap (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-own-target-headers.hmap

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/all-product-headers.yaml (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit.hmap (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit.hmap

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-generated-files.hmap (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-generated-files.hmap

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/module.modulemap (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/module.modulemap

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit.SwiftFileList (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit.SwiftFileList

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit.LinkFileList (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit.LinkFileList

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/RxBluetoothKit_vers.c (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/RxBluetoothKit_vers.c

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit\ iOS-OutputFileMap.json (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit\ iOS-OutputFileMap.json

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit.LinkFileList (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit.LinkFileList

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit.SwiftFileList (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit.SwiftFileList

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit\ iOS-OutputFileMap.json (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit\ iOS-OutputFileMap.json

ProcessInfoPlistFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework/Info.plist /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Info.plist (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    builtin-infoPlistUtility /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework/Info.plist

Ditto /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/module.modulemap /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework/Modules/module.modulemap (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/module.modulemap /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework/Modules

CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer
    export SDKROOT=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name RxBluetoothKit -O -whole-module-optimization -enforce-exclusivity=checked @/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit.SwiftFileList -sdk /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk -target armv7-apple-ios8.0 -g -module-cache-path /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -embed-bitcode -swift-version 5 -I /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/iOS -F /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/Mac -c -num-threads 8 -output-file-map /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit\ iOS-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit.swiftmodule -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-generated-files.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-own-target-headers.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-project-headers.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos/include -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources-normal/armv7 -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/armv7 -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit-Swift.h -working-directory /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit

CompileSwift normal armv7 (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -emit-bc /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CentralManager.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/RxBluetoothKitLogger.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBCentral+Uuid.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Unimplemented.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/ManagerType.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/DeviceIdentifiers.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/BluetoothState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/StartAdvertisingResult.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBCentralManagerDelegateWrapper.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Peripheral.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Logging.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Boxes.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBPeripheralDelegateWrapper.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/ScannedPeripheral.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CharacteristicNotificationManager.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Peripheral+Convenience.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Service.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/BluetoothError.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CentralManagerRestoredState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBPeripheralManagerDelegateWrapper.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/UUIDIdentifiable.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBPeripheral+Uuid.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Connector.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CentralManager+RestoredState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Characteristic.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Logger.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/PeripheralManager+RestoredState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Descriptor.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/PeripheralManager.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/AdvertisementData.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Observable+Absorb.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/RestoredState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/PeripheralProvider.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Array+Utils.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/PeripheralManagerRestoredState.swift -supplementary-output-file-map /var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/T/supplementaryOutputs-8efd80 -target armv7-apple-ios8.0 -enable-objc-interop -sdk /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk -I /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/iOS -F /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/Mac -application-extension -g -module-cache-path /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex -swift-version 5 -enforce-exclusivity=checked -O -serialize-debugging-options -Xcc -working-directory -Xcc /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit -enable-anonymous-context-mangled-names -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-generated-files.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-own-target-headers.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-project-headers.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos/include -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources-normal/armv7 -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/armv7 -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources -module-name RxBluetoothKit -num-threads 8 -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/CentralManager.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKitLogger.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/CBCentral+Uuid.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Unimplemented.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/ManagerType.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/DeviceIdentifiers.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/BluetoothState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/StartAdvertisingResult.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/CBCentralManagerDelegateWrapper.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Peripheral.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Logging.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Boxes.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/CBPeripheralDelegateWrapper.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/ScannedPeripheral.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/CharacteristicNotificationManager.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Peripheral+Convenience.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Service.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/BluetoothError.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/CentralManagerRestoredState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/CBPeripheralManagerDelegateWrapper.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/UUIDIdentifiable.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/CBPeripheral+Uuid.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Connector.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/CentralManager+RestoredState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Characteristic.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Logger.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/PeripheralManager+RestoredState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Descriptor.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/PeripheralManager.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/AdvertisementData.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Observable+Absorb.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RestoredState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/PeripheralProvider.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/Array+Utils.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/PeripheralManagerRestoredState.bc
/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Observable+Absorb.swift:10:40: error: use of undeclared type 'Element'
    static func absorb(_ a: Observable<Element>, _ b: Observable<Element>) -> Observable<Element> {
                                       ^~~~~~~
/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Observable+Absorb.swift:10:66: error: use of undeclared type 'Element'
    static func absorb(_ a: Observable<Element>, _ b: Observable<Element>) -> Observable<Element> {
                                                                 ^~~~~~~
/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Observable+Absorb.swift:10:90: error: use of undeclared type 'Element'
    static func absorb(_ a: Observable<Element>, _ b: Observable<Element>) -> Observable<Element> {
                                                                                         ^~~~~~~

CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer
    export SDKROOT=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name RxBluetoothKit -O -whole-module-optimization -enforce-exclusivity=checked @/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit.SwiftFileList -sdk /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -embed-bitcode -swift-version 5 -I /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/iOS -F /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/Mac -c -num-threads 8 -output-file-map /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit\ iOS-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit.swiftmodule -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-generated-files.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-own-target-headers.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-project-headers.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos/include -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources-normal/arm64 -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/arm64 -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit-Swift.h -working-directory /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit

CompileSwift normal arm64 (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -emit-bc /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CentralManager.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/RxBluetoothKitLogger.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBCentral+Uuid.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Unimplemented.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/ManagerType.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/DeviceIdentifiers.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/BluetoothState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/StartAdvertisingResult.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBCentralManagerDelegateWrapper.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Peripheral.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Logging.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Boxes.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBPeripheralDelegateWrapper.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/ScannedPeripheral.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CharacteristicNotificationManager.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Peripheral+Convenience.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Service.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/BluetoothError.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CentralManagerRestoredState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBPeripheralManagerDelegateWrapper.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/UUIDIdentifiable.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CBPeripheral+Uuid.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Connector.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/CentralManager+RestoredState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Characteristic.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Logger.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/PeripheralManager+RestoredState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Descriptor.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/PeripheralManager.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/AdvertisementData.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Observable+Absorb.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/RestoredState.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/PeripheralProvider.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Array+Utils.swift /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/PeripheralManagerRestoredState.swift -supplementary-output-file-map /var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/T/supplementaryOutputs-c51932 -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk -I /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/iOS -F /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/Mac -application-extension -g -module-cache-path /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex -swift-version 5 -enforce-exclusivity=checked -O -serialize-debugging-options -Xcc -working-directory -Xcc /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit -enable-anonymous-context-mangled-names -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-generated-files.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-own-target-headers.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-project-headers.hmap -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos/include -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources-normal/arm64 -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/arm64 -Xcc -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources -module-name RxBluetoothKit -num-threads 8 -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/CentralManager.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKitLogger.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/CBCentral+Uuid.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Unimplemented.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/ManagerType.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/DeviceIdentifiers.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/BluetoothState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/StartAdvertisingResult.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/CBCentralManagerDelegateWrapper.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Peripheral.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Logging.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Boxes.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/CBPeripheralDelegateWrapper.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/ScannedPeripheral.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/CharacteristicNotificationManager.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Peripheral+Convenience.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Service.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/BluetoothError.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/CentralManagerRestoredState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/CBPeripheralManagerDelegateWrapper.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/UUIDIdentifiable.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/CBPeripheral+Uuid.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Connector.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/CentralManager+RestoredState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Characteristic.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Logger.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/PeripheralManager+RestoredState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Descriptor.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/PeripheralManager.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/AdvertisementData.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Observable+Absorb.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RestoredState.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/PeripheralProvider.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/Array+Utils.bc -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/PeripheralManagerRestoredState.bc
/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Observable+Absorb.swift:10:40: error: use of undeclared type 'Element'
    static func absorb(_ a: Observable<Element>, _ b: Observable<Element>) -> Observable<Element> {
                                       ^~~~~~~
/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Observable+Absorb.swift:10:66: error: use of undeclared type 'Element'
    static func absorb(_ a: Observable<Element>, _ b: Observable<Element>) -> Observable<Element> {
                                                                 ^~~~~~~
/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Observable+Absorb.swift:10:90: error: use of undeclared type 'Element'
    static func absorb(_ a: Observable<Element>, _ b: Observable<Element>) -> Observable<Element> {
                                                                                         ^~~~~~~

CompileC /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit_vers.o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/RxBluetoothKit_vers.c normal armv7 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export LANG=en_US.US-ASCII
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target armv7-apple-ios8.0 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=RxBluetoothKit -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -fno-common -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 -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fembed-bitcode -iquote /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-generated-files.hmap -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-own-target-headers.hmap -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-non-framework-target-headers.hmap -ivfsoverlay /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/all-product-headers.yaml -iquote /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-project-headers.hmap -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos/include -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources-normal/armv7 -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/armv7 -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources -F/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/iOS -F/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit_vers.d --serialize-diagnostics /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit_vers.dia -c /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/RxBluetoothKit_vers.c -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/armv7/RxBluetoothKit_vers.o

CompileC /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit_vers.o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/RxBluetoothKit_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export LANG=en_US.US-ASCII
    /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target arm64-apple-ios8.0 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=RxBluetoothKit -fapplication-extension -Wno-trigraphs -fpascal-strings -Os -fno-common -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 -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fembed-bitcode -iquote /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-generated-files.hmap -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-own-target-headers.hmap -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-all-non-framework-target-headers.hmap -ivfsoverlay /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/all-product-headers.yaml -iquote /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/RxBluetoothKit-project-headers.hmap -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos/include -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources-normal/arm64 -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/arm64 -I/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources -F/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/BuildProductsPath/Release-iphoneos -F/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/iOS -F/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit_vers.d --serialize-diagnostics /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit_vers.dia -c /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/DerivedSources/RxBluetoothKit_vers.c -o /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Objects-normal/arm64/RxBluetoothKit_vers.o

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Script-26A66F951E263E8C00E62D8C.sh (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Script-26A66F951E263E8C00E62D8C.sh

PhaseScriptExecution Swiftlint\ script /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Script-26A66F951E263E8C00E62D8C.sh (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export ACTION=install
    export AD_HOC_CODE_SIGNING_ALLOWED=NO
    export ALTERNATE_GROUP=staff
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=USER
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=YES
    export APPLY_RULES_IN_COPY_FILES=NO
    export APPLY_RULES_IN_COPY_HEADERS=NO
    export ARCHS="armv7 arm64"
    export ARCHS_STANDARD="armv7 arm64"
    export ARCHS_STANDARD_32_64_BIT="armv7 arm64"
    export ARCHS_STANDARD_32_BIT=armv7
    export ARCHS_STANDARD_64_BIT=arm64
    export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64"
    export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64"
    export ASSET_PACK_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/InstallationBuildProductsLocation/OnDemandResources"
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export BITCODE_GENERATION_MODE=bitcode
    export BUILD_ACTIVE_RESOURCES_ONLY=NO
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath"
    export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
    export BUILD_ROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath"
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos"
    export CACHE_ROOT=/var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/C/com.apple.DeveloperTools/11.0-11M382q/Xcode
    export CARTHAGE=YES
    export CCHROOT=/var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/C/com.apple.DeveloperTools/11.0-11M382q/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED=YES
    export CLANG_ANALYZER_NONNULL=YES
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_CODE_COVERAGE=NO
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_COMMA=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INFINITE_RECURSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
    export CLANG_WARN_STRICT_PROTOTYPES=YES
    export CLANG_WARN_SUSPICIOUS_MOVE=YES
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/JavaClasses"
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework"
    export CODE_SIGNING_ALLOWED=YES
    export CODE_SIGNING_REQUIRED=NO
    export CODE_SIGNING_REQUIRES_TEAM=YES
    export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
    export COLOR_DIAGNOSTICS=NO
    export COMBINE_HIDPI_IMAGES=NO
    export COMPILER_INDEX_STORE_ENABLE=Default
    export COMPOSITE_SDK_DIRS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/CompositeSDKs"
    export COMPRESS_PNG_FILES=YES
    export CONFIGURATION=Release
    export CONFIGURATION_BUILD_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos"
    export CONFIGURATION_TEMP_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos"
    export CONTENTS_FOLDER_PATH=RxBluetoothKit.framework
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
    export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk
    export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator13.0
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=undefined_arch
    export CURRENT_PROJECT_VERSION=1
    export CURRENT_VARIANT=normal
    export CURRENT_VERSION=Current
    export DEAD_CODE_STRIPPING=YES
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=YES
    export DEPLOYMENT_LOCATION=YES
    export DEPLOYMENT_POSTPROCESSING=YES
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min
    export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min=
    export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0"
    export DERIVED_FILES_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/DerivedSources"
    export DERIVED_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/DerivedSources"
    export DERIVED_SOURCES_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/DerivedSources"
    export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER=NO
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=en
    export DOCUMENTATION_FOLDER_PATH=RxBluetoothKit.framework/en.lproj/Documentation
    export DONT_GENERATE_INFOPLIST_FILE=NO
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/InstallationBuildProductsLocation"
    export DT_TOOLCHAIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=RxBluetoothKit.framework.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos"
    export DYLIB_COMPATIBILITY_VERSION=1
    export DYLIB_CURRENT_VERSION=1
    export DYLIB_INSTALL_NAME_BASE=@rpath
    export EFFECTIVE_PLATFORM_NAME=-iphoneos
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=YES
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HARDENED_RUNTIME=NO
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_NS_ASSERTIONS=NO
    export ENABLE_ON_DEMAND_RESOURCES=NO
    export ENABLE_PREVIEWS=NO
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=NO
    export ENTITLEMENTS_DESTINATION=Signature
    export ENTITLEMENTS_REQUIRED=NO
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLES_FOLDER_PATH=RxBluetoothKit.framework/en.lproj
    export EXECUTABLE_FOLDER_PATH=RxBluetoothKit.framework
    export EXECUTABLE_NAME=RxBluetoothKit
    export EXECUTABLE_PATH=RxBluetoothKit.framework/RxBluetoothKit
    export FILE_LIST="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects/LinkFileList"
    export FIXED_FILES_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/FixedFiles"
    export FRAMEWORKS_FOLDER_PATH=RxBluetoothKit.framework/Frameworks
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos  /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/iOS /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/Mac"
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=RxBluetoothKit.framework
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
    export GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_THUMB_SUPPORT=YES
    export GCC_TREAT_WARNINGS_AS_ERRORS=NO
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=NO
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=20
    export GROUP=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=YES
    export HEADER_SEARCH_PATHS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos/include "
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/Users/USER
    export ICONV=/usr/bin/iconv
    export INDEX_ENABLE_DATA_STORE=NO
    export INFOPLISTSTRINGS_PATH=RxBluetoothKit.framework/en.lproj/InfoPlist.strings
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_FILE=Source/Info.plist
    export INFOPLIST_OUTPUT_FORMAT=binary
    export INFOPLIST_PATH=RxBluetoothKit.framework/Info.plist
    export INFOPLIST_PREPROCESS=NO
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/InstallationBuildProductsLocation/Library/Frameworks"
    export INSTALL_GROUP=staff
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=USER
    export INSTALL_PATH=/Library/Frameworks
    export INSTALL_ROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/InstallationBuildProductsLocation"
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FOLDER_PATH=RxBluetoothKit.framework/Java
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/undefined_arch/RxBluetoothKit_dependency_info.dat"
    export LD_DYLIB_INSTALL_NAME=@rpath/RxBluetoothKit.framework/RxBluetoothKit
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/RxBluetoothKit-LinkMap-normal-undefined_arch.txt"
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks @loader_path/Frameworks"
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos "
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_arm64="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/arm64/RxBluetoothKit.LinkFileList"
    export LINK_FILE_LIST_normal_armv7="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/armv7/RxBluetoothKit.LinkFileList"
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION=ios8.0
    export LLVM_TARGET_TRIPLE_VENDOR=apple
    export LOCALIZED_RESOURCES_FOLDER_PATH=RxBluetoothKit.framework/en.lproj
    export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFCopyLocalizedString"
    export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export LOCSYMROOT=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export MACH_O_TYPE=mh_dylib
    export MAC_OS_X_PRODUCT_BUILD_VERSION=18E226
    export MAC_OS_X_VERSION_ACTUAL=101404
    export MAC_OS_X_VERSION_MAJOR=101400
    export MAC_OS_X_VERSION_MINOR=1404
    export MESSAGES_APPLICATION_EXTENSION_SUPPORT_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/MessagesApplicationExtensionSupport"
    export MESSAGES_APPLICATION_SUPPORT_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/MessagesApplicationSupport"
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework"
    export MODULES_FOLDER_PATH=RxBluetoothKit.framework/Modules
    export MODULE_CACHE_DIR=/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO=NO
    export NATIVE_ARCH=armv7
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJECT_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects"
    export OBJECT_FILE_DIR_normal="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal"
    export OBJROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath"
    export ONLY_ACTIVE_ARCH=NO
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export PACKAGE_TYPE=com.apple.package-type.wrapper.framework
    export PASCAL_STRINGS=YES
    export PATH=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/local/bin:/Users/USER/.rvm/gems/ruby-2.6.3/bin:/Users/USER/.rvm/gems/ruby-2.6.3@global/bin:/Users/USER/.rvm/rubies/ruby-2.6.3/bin:/Users/USER/.rvm/bin:/bin:/Users/USER/.asdf/bin:/Users/USER/.asdf/shims:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/Applications/Wireshark.app/Contents/MacOS
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode-beta.app/Contents/Developer/Headers /Applications/Xcode-beta.app/Contents/Developer/SDKs /Applications/Xcode-beta.app/Contents/Developer/Platforms"
    export PBDEVELOPMENTPLIST_PATH=RxBluetoothKit.framework/pbdevelopment.plist
    export PER_ARCH_OBJECT_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/undefined_arch"
    export PER_VARIANT_OBJECT_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal"
    export PKGINFO_FILE_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/PkgInfo"
    export PKGINFO_PATH=RxBluetoothKit.framework/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform
    export PLATFORM_DISPLAY_NAME=iOS
    export PLATFORM_NAME=iphoneos
    export PLATFORM_PREFERRED_ARCH=arm64
    export PLATFORM_PRODUCT_BUILD_VERSION=17A5547d
    export PLIST_FILE_OUTPUT_FORMAT=binary
    export PLUGINS_FOLDER_PATH=RxBluetoothKit.framework/PlugIns
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/PrefixHeaders"
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRIVATE_HEADERS_FOLDER_PATH=RxBluetoothKit.framework/PrivateHeaders
    export PRODUCT_BUNDLE_IDENTIFIER=com.polidea.RxBluetoothKit-iOS
    export PRODUCT_BUNDLE_PACKAGE_TYPE=FMWK
    export PRODUCT_MODULE_NAME=RxBluetoothKit
    export PRODUCT_NAME=RxBluetoothKit
    export PRODUCT_SETTINGS_PATH=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Info.plist
    export PRODUCT_TYPE=com.apple.product-type.framework
    export PROFILING_CODE=NO
    export PROJECT=RxBluetoothKit
    export PROJECT_DERIVED_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/DerivedSources"
    export PROJECT_DIR=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export PROJECT_FILE_PATH=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/RxBluetoothKit.xcodeproj
    export PROJECT_NAME=RxBluetoothKit
    export PROJECT_TEMP_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build"
    export PROJECT_TEMP_ROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath"
    export PUBLIC_HEADERS_FOLDER_PATH=RxBluetoothKit.framework/Headers
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/ResourceManagerResources"
    export REZ_OBJECTS_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/ResourceManagerResources/Objects"
    export REZ_SEARCH_PATHS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos "
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPTS_FOLDER_PATH=RxBluetoothKit.framework/Scripts
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_INPUT_FILE_LIST_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
    export SDKROOT=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk
    export SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk
    export SDK_DIR_iphoneos13_0=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk
    export SDK_NAME=iphoneos13.0
    export SDK_NAMES=iphoneos13.0
    export SDK_PRODUCT_BUILD_VERSION=17A5547d
    export SDK_VERSION=13.0
    export SDK_VERSION_ACTUAL=130000
    export SDK_VERSION_MAJOR=130000
    export SDK_VERSION_MINOR=000
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=YES
    export SHARED_DERIVED_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos/DerivedSources"
    export SHARED_FRAMEWORKS_FOLDER_PATH=RxBluetoothKit.framework/SharedFrameworks
    export SHARED_PRECOMPS_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/PrecompiledHeaders"
    export SHARED_SUPPORT_FOLDER_PATH=RxBluetoothKit.framework
    export SKIP_INSTALL=YES
    export SOURCE_ROOT=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export SRCROOT=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export STRINGS_FILE_OUTPUT_ENCODING=binary
    export STRIP_BITCODE_FROM_COPIED_FILES=YES
    export STRIP_INSTALLED_PRODUCT=NO
    export STRIP_STYLE=debugging
    export STRIP_SWIFT_SYMBOLS=YES
    export SUPPORTED_DEVICE_FAMILIES=1,2
    export SUPPORTED_PLATFORMS="iphoneos iphonesimulator"
    export SUPPORTS_MACCATALYST=YES
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_COMPILATION_MODE=wholemodule
    export SWIFT_OPTIMIZATION_LEVEL=-O
    export SWIFT_PLATFORM_TARGET_PREFIX=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/arm64/RxBluetoothKit.SwiftFileList"
    export SWIFT_RESPONSE_FILE_PATH_normal_armv7="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/armv7/RxBluetoothKit.SwiftFileList"
    export SWIFT_STDLIB_TOOL_UNSIGNED_DESTINATION_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/SwiftSupport"
    export SWIFT_VERSION=5.0
    export SYMROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath"
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode-beta.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETED_DEVICE_FAMILY=1,2
    export TARGETNAME="RxBluetoothKit iOS"
    export TARGET_BUILD_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos"
    export TARGET_NAME="RxBluetoothKit iOS"
    export TARGET_TEMP_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build"
    export TEMP_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build"
    export TEMP_FILES_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build"
    export TEMP_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build"
    export TEMP_ROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath"
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export UID=501
    export UNLOCALIZED_RESOURCES_FOLDER_PATH=RxBluetoothKit.framework
    export UNSTRIPPED_PRODUCT=NO
    export USER=USER
    export USER_APPS_DIR=/Users/USER/Applications
    export USER_LIBRARY_DIR=/Users/USER/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export USE_LLVM_TARGET_TRIPLES=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_CLANG=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_LD=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_TAPI=YES
    export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR
    export VALIDATE_PRODUCT=YES
    export VALIDATE_WORKSPACE=NO
    export VALID_ARCHS="arm64 arm64e armv7 armv7s"
    export VERBOSE_PBXCP=NO
    export VERSIONING_SYSTEM=apple-generic
    export VERSIONPLIST_PATH=RxBluetoothKit.framework/version.plist
    export VERSIONS_FOLDER_PATH=RxBluetoothKit.framework
    export VERSION_INFO_BUILDER=USER
    export VERSION_INFO_FILE=RxBluetoothKit_vers.c
    export VERSION_INFO_STRING=""@(#)PROGRAM:RxBluetoothKit  PROJECT:RxBluetoothKit-1""
    export WATCHKIT_2_SUPPORT_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/WatchKitSupport2"
    export WATCHKIT_SUPPORT_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/WatchKitSupport"
    export WRAPPER_EXTENSION=framework
    export WRAPPER_NAME=RxBluetoothKit.framework
    export WRAPPER_SUFFIX=.framework
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=11M382q
    export XCODE_VERSION_ACTUAL=1100
    export XCODE_VERSION_MAJOR=1100
    export XCODE_VERSION_MINOR=1100
    export XPCSERVICES_FOLDER_PATH=RxBluetoothKit.framework/XPCServices
    export YACC=yacc
    export arch=undefined_arch
    export variant=normal
    /bin/sh -c /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\\\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\\\ iOS.build/Script-26A66F951E263E8C00E62D8C.sh
Loading configuration from '.swiftlint.yml'
'variable_name' rule has been renamed to 'identifier_name' and will be completely removed in a future release.
Found a configuration for 'file_length' rule, but it is disabled on 'disabled_rules'.
Linting Swift files at paths 
Linting 'CentralManagerRestoredState.swift' (1/36)
Linting 'CBPeripheralManagerDelegateWrapper.swift' (2/36)
Linting 'CBPeripheralDelegateWrapper.swift' (3/36)
Linting 'BluetoothState.swift' (4/36)
Linting 'Peripheral.swift' (5/36)
Linting 'PeripheralManager+RestoredState.swift' (6/36)
Linting 'Logging.swift' (7/36)
Linting 'CBPeripheral+Uuid.swift' (8/36)
Linting 'DeviceIdentifiers.swift' (9/36)
Linting 'Service.swift' (10/36)
Linting 'CBCentral+Uuid.swift' (11/36)
Linting 'BluetoothError.swift' (12/36)
Linting 'Logger.swift' (13/36)
Linting 'Peripheral+Convenience.swift' (14/36)
Linting 'AdvertisementData.swift' (15/36)
Linting 'PeripheralManagerRestoredState.swift' (16/36)
Linting 'RxBluetoothKitLogger.swift' (17/36)
Linting 'PeripheralProvider.swift' (18/36)
Linting 'CBCentralManagerDelegateWrapper.swift' (19/36)
Linting 'RestoredState.swift' (20/36)
Linting 'Descriptor.swift' (21/36)
Linting 'CharacteristicNotificationManager.swift' (22/36)
Linting 'CentralManager+RestoredState.swift' (23/36)
Linting 'Boxes.swift' (24/36)
Linting 'CentralManager.swift' (25/36)
Linting 'Observable+Absorb.swift' (26/36)
Linting 'Array+Utils.swift' (27/36)
Linting 'UUIDIdentifiable.swift' (28/36)
Linting 'Connector.swift' (29/36)
Linting 'ScannedPeripheral.swift' (30/36)
Linting 'ManagerType.swift' (31/36)
Linting 'PeripheralManager.swift' (32/36)
Linting 'StartAdvertisingResult.swift' (33/36)
Linting 'Characteristic.swift' (34/36)
Linting 'Unimplemented.swift' (35/36)
Linting 'Package.swift' (36/36)
Done linting! Found 0 violations, 0 serious in 36 files.

WriteAuxiliaryFile /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Script-1D1BC87C2003A2D7004C5F36.sh (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    write-file /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Script-1D1BC87C2003A2D7004C5F36.sh

PhaseScriptExecution Generate\ testable\ files\ script /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\ iOS.build/Script-1D1BC87C2003A2D7004C5F36.sh (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export ACTION=install
    export AD_HOC_CODE_SIGNING_ALLOWED=NO
    export ALTERNATE_GROUP=staff
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=USER
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=YES
    export APPLY_RULES_IN_COPY_FILES=NO
    export APPLY_RULES_IN_COPY_HEADERS=NO
    export ARCHS="armv7 arm64"
    export ARCHS_STANDARD="armv7 arm64"
    export ARCHS_STANDARD_32_64_BIT="armv7 arm64"
    export ARCHS_STANDARD_32_BIT=armv7
    export ARCHS_STANDARD_64_BIT=arm64
    export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64"
    export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64"
    export ASSET_PACK_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/InstallationBuildProductsLocation/OnDemandResources"
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export BITCODE_GENERATION_MODE=bitcode
    export BUILD_ACTIVE_RESOURCES_ONLY=NO
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath"
    export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
    export BUILD_ROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath"
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos"
    export CACHE_ROOT=/var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/C/com.apple.DeveloperTools/11.0-11M382q/Xcode
    export CARTHAGE=YES
    export CCHROOT=/var/folders/gh/zm8__4kx41z_jp8khqcfxcmm0000gn/C/com.apple.DeveloperTools/11.0-11M382q/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED=YES
    export CLANG_ANALYZER_NONNULL=YES
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_CODE_COVERAGE=NO
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_COMMA=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INFINITE_RECURSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
    export CLANG_WARN_STRICT_PROTOTYPES=YES
    export CLANG_WARN_SUSPICIOUS_MOVE=YES
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/JavaClasses"
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework"
    export CODE_SIGNING_ALLOWED=YES
    export CODE_SIGNING_REQUIRED=NO
    export CODE_SIGNING_REQUIRES_TEAM=YES
    export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
    export COLOR_DIAGNOSTICS=NO
    export COMBINE_HIDPI_IMAGES=NO
    export COMPILER_INDEX_STORE_ENABLE=Default
    export COMPOSITE_SDK_DIRS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/CompositeSDKs"
    export COMPRESS_PNG_FILES=YES
    export CONFIGURATION=Release
    export CONFIGURATION_BUILD_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos"
    export CONFIGURATION_TEMP_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos"
    export CONTENTS_FOLDER_PATH=RxBluetoothKit.framework
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
    export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk
    export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator13.0
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=undefined_arch
    export CURRENT_PROJECT_VERSION=1
    export CURRENT_VARIANT=normal
    export CURRENT_VERSION=Current
    export DEAD_CODE_STRIPPING=YES
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=YES
    export DEPLOYMENT_LOCATION=YES
    export DEPLOYMENT_POSTPROCESSING=YES
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min
    export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min=
    export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0"
    export DERIVED_FILES_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/DerivedSources"
    export DERIVED_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/DerivedSources"
    export DERIVED_SOURCES_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/DerivedSources"
    export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER=NO
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=en
    export DOCUMENTATION_FOLDER_PATH=RxBluetoothKit.framework/en.lproj/Documentation
    export DONT_GENERATE_INFOPLIST_FILE=NO
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/InstallationBuildProductsLocation"
    export DT_TOOLCHAIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=RxBluetoothKit.framework.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos"
    export DYLIB_COMPATIBILITY_VERSION=1
    export DYLIB_CURRENT_VERSION=1
    export DYLIB_INSTALL_NAME_BASE=@rpath
    export EFFECTIVE_PLATFORM_NAME=-iphoneos
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=YES
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HARDENED_RUNTIME=NO
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_NS_ASSERTIONS=NO
    export ENABLE_ON_DEMAND_RESOURCES=NO
    export ENABLE_PREVIEWS=NO
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=NO
    export ENTITLEMENTS_DESTINATION=Signature
    export ENTITLEMENTS_REQUIRED=NO
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLES_FOLDER_PATH=RxBluetoothKit.framework/en.lproj
    export EXECUTABLE_FOLDER_PATH=RxBluetoothKit.framework
    export EXECUTABLE_NAME=RxBluetoothKit
    export EXECUTABLE_PATH=RxBluetoothKit.framework/RxBluetoothKit
    export FILE_LIST="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects/LinkFileList"
    export FIXED_FILES_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/FixedFiles"
    export FRAMEWORKS_FOLDER_PATH=RxBluetoothKit.framework/Frameworks
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos  /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/iOS /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Carthage/Build/Mac"
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=RxBluetoothKit.framework
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
    export GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_THUMB_SUPPORT=YES
    export GCC_TREAT_WARNINGS_AS_ERRORS=NO
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=NO
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=20
    export GROUP=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=YES
    export HEADER_SEARCH_PATHS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos/include "
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/Users/USER
    export ICONV=/usr/bin/iconv
    export INDEX_ENABLE_DATA_STORE=NO
    export INFOPLISTSTRINGS_PATH=RxBluetoothKit.framework/en.lproj/InfoPlist.strings
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_FILE=Source/Info.plist
    export INFOPLIST_OUTPUT_FORMAT=binary
    export INFOPLIST_PATH=RxBluetoothKit.framework/Info.plist
    export INFOPLIST_PREPROCESS=NO
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/InstallationBuildProductsLocation/Library/Frameworks"
    export INSTALL_GROUP=staff
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=USER
    export INSTALL_PATH=/Library/Frameworks
    export INSTALL_ROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/InstallationBuildProductsLocation"
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FOLDER_PATH=RxBluetoothKit.framework/Java
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/undefined_arch/RxBluetoothKit_dependency_info.dat"
    export LD_DYLIB_INSTALL_NAME=@rpath/RxBluetoothKit.framework/RxBluetoothKit
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/RxBluetoothKit-LinkMap-normal-undefined_arch.txt"
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks @loader_path/Frameworks"
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos "
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_arm64="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/arm64/RxBluetoothKit.LinkFileList"
    export LINK_FILE_LIST_normal_armv7="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/armv7/RxBluetoothKit.LinkFileList"
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION=ios8.0
    export LLVM_TARGET_TRIPLE_VENDOR=apple
    export LOCALIZED_RESOURCES_FOLDER_PATH=RxBluetoothKit.framework/en.lproj
    export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFCopyLocalizedString"
    export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export LOCSYMROOT=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export MACH_O_TYPE=mh_dylib
    export MAC_OS_X_PRODUCT_BUILD_VERSION=18E226
    export MAC_OS_X_VERSION_ACTUAL=101404
    export MAC_OS_X_VERSION_MAJOR=101400
    export MAC_OS_X_VERSION_MINOR=1404
    export MESSAGES_APPLICATION_EXTENSION_SUPPORT_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/MessagesApplicationExtensionSupport"
    export MESSAGES_APPLICATION_SUPPORT_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/MessagesApplicationSupport"
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework"
    export MODULES_FOLDER_PATH=RxBluetoothKit.framework/Modules
    export MODULE_CACHE_DIR=/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO=NO
    export NATIVE_ARCH=armv7
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJECT_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects"
    export OBJECT_FILE_DIR_normal="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal"
    export OBJROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath"
    export ONLY_ACTIVE_ARCH=NO
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export PACKAGE_TYPE=com.apple.package-type.wrapper.framework
    export PASCAL_STRINGS=YES
    export PATH=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/local/bin:/Users/USER/.rvm/gems/ruby-2.6.3/bin:/Users/USER/.rvm/gems/ruby-2.6.3@global/bin:/Users/USER/.rvm/rubies/ruby-2.6.3/bin:/Users/USER/.rvm/bin:/bin:/Users/USER/.asdf/bin:/Users/USER/.asdf/shims:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/Applications/Wireshark.app/Contents/MacOS
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode-beta.app/Contents/Developer/Headers /Applications/Xcode-beta.app/Contents/Developer/SDKs /Applications/Xcode-beta.app/Contents/Developer/Platforms"
    export PBDEVELOPMENTPLIST_PATH=RxBluetoothKit.framework/pbdevelopment.plist
    export PER_ARCH_OBJECT_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/undefined_arch"
    export PER_VARIANT_OBJECT_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal"
    export PKGINFO_FILE_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/PkgInfo"
    export PKGINFO_PATH=RxBluetoothKit.framework/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform
    export PLATFORM_DISPLAY_NAME=iOS
    export PLATFORM_NAME=iphoneos
    export PLATFORM_PREFERRED_ARCH=arm64
    export PLATFORM_PRODUCT_BUILD_VERSION=17A5547d
    export PLIST_FILE_OUTPUT_FORMAT=binary
    export PLUGINS_FOLDER_PATH=RxBluetoothKit.framework/PlugIns
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/PrefixHeaders"
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRIVATE_HEADERS_FOLDER_PATH=RxBluetoothKit.framework/PrivateHeaders
    export PRODUCT_BUNDLE_IDENTIFIER=com.polidea.RxBluetoothKit-iOS
    export PRODUCT_BUNDLE_PACKAGE_TYPE=FMWK
    export PRODUCT_MODULE_NAME=RxBluetoothKit
    export PRODUCT_NAME=RxBluetoothKit
    export PRODUCT_SETTINGS_PATH=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/Source/Info.plist
    export PRODUCT_TYPE=com.apple.product-type.framework
    export PROFILING_CODE=NO
    export PROJECT=RxBluetoothKit
    export PROJECT_DERIVED_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/DerivedSources"
    export PROJECT_DIR=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export PROJECT_FILE_PATH=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit/RxBluetoothKit.xcodeproj
    export PROJECT_NAME=RxBluetoothKit
    export PROJECT_TEMP_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build"
    export PROJECT_TEMP_ROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath"
    export PUBLIC_HEADERS_FOLDER_PATH=RxBluetoothKit.framework/Headers
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/ResourceManagerResources"
    export REZ_OBJECTS_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/ResourceManagerResources/Objects"
    export REZ_SEARCH_PATHS="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos "
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPTS_FOLDER_PATH=RxBluetoothKit.framework/Scripts
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_INPUT_FILE_LIST_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
    export SDKROOT=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk
    export SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk
    export SDK_DIR_iphoneos13_0=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.0.sdk
    export SDK_NAME=iphoneos13.0
    export SDK_NAMES=iphoneos13.0
    export SDK_PRODUCT_BUILD_VERSION=17A5547d
    export SDK_VERSION=13.0
    export SDK_VERSION_ACTUAL=130000
    export SDK_VERSION_MAJOR=130000
    export SDK_VERSION_MINOR=000
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=YES
    export SHARED_DERIVED_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/Release-iphoneos/DerivedSources"
    export SHARED_FRAMEWORKS_FOLDER_PATH=RxBluetoothKit.framework/SharedFrameworks
    export SHARED_PRECOMPS_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/PrecompiledHeaders"
    export SHARED_SUPPORT_FOLDER_PATH=RxBluetoothKit.framework
    export SKIP_INSTALL=YES
    export SOURCE_ROOT=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export SRCROOT=/Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    export STRINGS_FILE_OUTPUT_ENCODING=binary
    export STRIP_BITCODE_FROM_COPIED_FILES=YES
    export STRIP_INSTALLED_PRODUCT=NO
    export STRIP_STYLE=debugging
    export STRIP_SWIFT_SYMBOLS=YES
    export SUPPORTED_DEVICE_FAMILIES=1,2
    export SUPPORTED_PLATFORMS="iphoneos iphonesimulator"
    export SUPPORTS_MACCATALYST=YES
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_COMPILATION_MODE=wholemodule
    export SWIFT_OPTIMIZATION_LEVEL=-O
    export SWIFT_PLATFORM_TARGET_PREFIX=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/arm64/RxBluetoothKit.SwiftFileList"
    export SWIFT_RESPONSE_FILE_PATH_normal_armv7="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build/Objects-normal/armv7/RxBluetoothKit.SwiftFileList"
    export SWIFT_STDLIB_TOOL_UNSIGNED_DESTINATION_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/SwiftSupport"
    export SWIFT_VERSION=5.0
    export SYMROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath"
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode-beta.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETED_DEVICE_FAMILY=1,2
    export TARGETNAME="RxBluetoothKit iOS"
    export TARGET_BUILD_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos"
    export TARGET_NAME="RxBluetoothKit iOS"
    export TARGET_TEMP_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build"
    export TEMP_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build"
    export TEMP_FILES_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build"
    export TEMP_FILE_DIR="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit iOS.build"
    export TEMP_ROOT="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/IntermediateBuildFilesPath"
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export UID=501
    export UNLOCALIZED_RESOURCES_FOLDER_PATH=RxBluetoothKit.framework
    export UNSTRIPPED_PRODUCT=NO
    export USER=USER
    export USER_APPS_DIR=/Users/USER/Applications
    export USER_LIBRARY_DIR=/Users/USER/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export USE_LLVM_TARGET_TRIPLES=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_CLANG=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_LD=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_TAPI=YES
    export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR
    export VALIDATE_PRODUCT=YES
    export VALIDATE_WORKSPACE=NO
    export VALID_ARCHS="arm64 arm64e armv7 armv7s"
    export VERBOSE_PBXCP=NO
    export VERSIONING_SYSTEM=apple-generic
    export VERSIONPLIST_PATH=RxBluetoothKit.framework/version.plist
    export VERSIONS_FOLDER_PATH=RxBluetoothKit.framework
    export VERSION_INFO_BUILDER=USER
    export VERSION_INFO_FILE=RxBluetoothKit_vers.c
    export VERSION_INFO_STRING=""@(#)PROGRAM:RxBluetoothKit  PROJECT:RxBluetoothKit-1""
    export WATCHKIT_2_SUPPORT_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/WatchKitSupport2"
    export WATCHKIT_SUPPORT_FOLDER_PATH="/Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit iOS/BuildProductsPath/WatchKitSupport"
    export WRAPPER_EXTENSION=framework
    export WRAPPER_NAME=RxBluetoothKit.framework
    export WRAPPER_SUFFIX=.framework
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=11M382q
    export XCODE_VERSION_ACTUAL=1100
    export XCODE_VERSION_MAJOR=1100
    export XCODE_VERSION_MINOR=1100
    export XPCSERVICES_FOLDER_PATH=RxBluetoothKit.framework/XPCServices
    export YACC=yacc
    export arch=undefined_arch
    export variant=normal
    /bin/sh -c /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\\\ iOS/IntermediateBuildFilesPath/RxBluetoothKit.build/Release-iphoneos/RxBluetoothKit\\\ iOS.build/Script-1D1BC87C2003A2D7004C5F36.sh

SetOwnerAndGroup USER:staff /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    /usr/sbin/chown -RH USER:staff /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework

SetMode u+w,go-w,a+rX /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    /bin/chmod -RH u+w,go-w,a+rX /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework

Touch /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework (in target 'RxBluetoothKit iOS' from project 'RxBluetoothKit')
    cd /Users/USER/workspace/project/Carthage/Checkouts/RxBluetoothKit
    /usr/bin/touch -c /Users/USER/Library/Caches/org.carthage.CarthageKit/DerivedData/11.0_11M382q/RxBluetoothKit/5.3.0/Build/Intermediates.noindex/ArchiveIntermediates/RxBluetoothKit\ iOS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxBluetoothKit.framework

** ARCHIVE FAILED **

The following build commands failed:
    CompileSwift normal armv7
    CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler
    CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
    CompileSwift normal arm64
(4 failures)