xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.45k stars 511 forks source link

sharpie fails to process swift libs for macosx/maccatalyst version 14.0 (even though it succeeds on the same swift libs for iphoneos 16.2 and 17.0 just fine) #19374

Closed ksidirop-laerdal closed 11 months ago

ksidirop-laerdal commented 11 months ago

Steps to Reproduce

  1. Create a simple swift library using XCode and placed in in a folder call "Foobar" right next to the .sh script linked below. It has references to a couple of swift libraries shown below.
  2. Run the script I've linked below with
XCODEBUILD_TARGET_SDK=macosx SUPPORTS_MACCATALYST=YES CompileAndGenerateFatLibs.sh 

Specs: Apple M1 running latest Xcode 15.0.1 on MacOS Sonoma 14.0

% sharpie --version        
3.5.76-d88315db

%  sharpie xcode -sdks 
sdk: appletvos17.0              arch: arm64   
sdk: appletvos16.4              arch: arm64   
sdk: assetruntime.tvos16.4      arch: arm64   
sdk: appletvos15.4              arch: arm64   
sdk: iphoneos17.0               arch: arm64   armv7   
sdk: assetruntime.ios16.4       arch: arm64   armv7   
sdk: iphoneos16.4               arch: arm64   armv7   
sdk: iphoneos15.5               arch: arm64   armv7   
sdk: ios17.0-macabi             arch: x86_64  arm64   
sdk: ios16.4-macabi             arch: x86_64  arm64   
sdk: ios15.4-macabi             arch: x86_64  arm64   
sdk: macosx14.0                 arch: x86_64  arm64   
sdk: macosx13.3                 arch: x86_64  arm64   
sdk: macosx12.3                 arch: x86_64  arm64   
sdk: watchos10.0                arch: armv7k  arm64   
sdk: watchos9.4                 arch: armv7k  arm64   
sdk: assetruntime.watchos9.4    arch: armv7k  arm64   
sdk: watchos8.5                 arch: armv7k  arm64

 % xcodebuild -showsdks
DriverKit SDKs:
        DriverKit 23.0                  -sdk driverkit23.0

iOS SDKs:
        iOS 17.0                        -sdk iphoneos17.0

iOS Simulator SDKs:
        Simulator - iOS 17.0            -sdk iphonesimulator17.0

macOS SDKs:
        macOS 14.0                      -sdk macosx14.0
        macOS 14.0                      -sdk macosx14.0

tvOS SDKs:
        tvOS 17.0                       -sdk appletvos17.0

tvOS Simulator SDKs:
        Simulator - tvOS 17.0           -sdk appletvsimulator17.0

watchOS SDKs:
        watchOS 10.0                    -sdk watchos10.0

watchOS Simulator SDKs:
        Simulator - watchOS 10.0        -sdk watchsimulator10.0

Expected Behavior

It should compile everything and generate the .cs files under ApiDefinitions.cs and StructsAndEnums.cs under SharpieOutput/SwiftFrameworkProxy.Binding

   Note: This script compiles everything just fine when targeting iphoneos16.2 and 17.0 - no issues whatsoever.

Actual Behavior

0>Foobar-Swift.h(534,2): Error G58A01415 : unsupported Swift architecture 534 | #error unsupported Swift architecture | ^

Environment

Version information ``` Visual Studio Community 2022 for Mac Version 17.6.5 (build 417) Installation UUID: 5203cbfd-82a6-4512-9fa5-887178c9a1c0 Runtime .NET 7.0.3 (64-bit) Architecture: Arm64 Microsoft.macOS.Sdk 13.1.1007; git-rev-head:8afca776a0a96613dfb7200e0917bb57f9ed5583; git-branch:release/7.0.1xx-xcode14.2 Roslyn (Language Service) 4.6.0-3.23180.6+99e956e42697a6dd886d1e12478ea2b27cceacfa NuGet Version: 6.4.0.117 .NET SDK (Arm64) SDK: /usr/local/share/dotnet/sdk/7.0.402/Sdks SDK Versions: 8.0.100-rc.2.23502.2 8.0.100-preview.7.23376.3 8.0.100-preview.3.23178.7 7.0.402 7.0.306 7.0.304 7.0.302 7.0.203 7.0.100 6.0.415 6.0.413 6.0.412 6.0.410 6.0.408 6.0.403 6.0.402 6.0.401 6.0.400 6.0.302 MSBuild SDKs: /Applications/Visual Studio.app/Contents/MonoBundle/MSBuild/Current/bin/Sdks .NET SDK (x64) SDK Versions: 8.0.100-preview.4.23260.5 3.1.426 3.1.425 3.1.424 3.1.423 3.1.422 3.1.421 .NET Runtime (Arm64) Runtime: /usr/local/share/dotnet/dotnet Runtime Versions: 8.0.0-rc.2.23479.6 8.0.0-preview.7.23375.6 8.0.0-preview.3.23174.8 7.0.12 7.0.9 7.0.7 7.0.5 7.0.0 6.0.23 6.0.21 6.0.20 6.0.18 6.0.16 6.0.11 6.0.10 6.0.9 6.0.8 6.0.7 .NET Runtime (x64) Runtime: /usr/local/share/dotnet/x64/dotnet Runtime Versions: 8.0.0-preview.4.23259.5 3.1.32 3.1.31 3.1.30 3.1.29 3.1.28 3.1.27 Xamarin.Profiler Version: 1.8.0.49 Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler Updater Version: 11 Apple Developer Tools Xcode: 15.0.1 22266 Build: 15A507 Xamarin.Mac Version: 9.3.0.18 Visual Studio Community Hash: 9d266025e Branch: xcode14.3 Build date: 2023-09-06 19:52:26-0400 Xamarin.iOS Version: 16.4.0.18 Visual Studio Community Hash: 9d266025e Branch: xcode14.3 Build date: 2023-09-06 19:52:27-0400 Xamarin Designer Version: 17.6.3.9 Hash: 2648399ae8 Branch: remotes/origin/d17-6 Build date: 2023-10-04 18:09:13 UTC Xamarin.Android Version: 13.2.2.0 (Visual Studio Community) Commit: xamarin-android/d17-5/45b0e14 Android SDK: /Users/ksidirop/Library/Developer/Xamarin/android-sdk-macosx Supported Android versions: 12.1 (API level 32) 12.0 (API level 31) 11.0 (API level 30) 10.0 (API level 29) 9.0 (API level 28) 13.0 (API level 33) SDK Command-line Tools Version: 7.0 SDK Platform Tools Version: 34.0.1 SDK Build Tools Version: 33.0.0 Build Information: Mono: d9a6e87 Java.Interop: xamarin/java.interop/d17-5@149d70fe SQLite: xamarin/sqlite/3.40.1@68c69d8 Xamarin.Android Tools: xamarin/xamarin-android-tools/d17-5@ca1552d Microsoft Build of OpenJDK Java SDK: /Library/Java/JavaVirtualMachines/microsoft-11.jdk 11.0.16.1 Android Designer EPL code available here: https://github.com/xamarin/AndroidDesigner.EPL Eclipse Temurin JDK Java SDK: /Library/Java/JavaVirtualMachines/temurin-8.jdk 1.8.0.302 Android Designer EPL code available here: https://github.com/xamarin/AndroidDesigner.EPL Android SDK Manager Version: 17.6.0.50 Hash: a715dca Branch: HEAD Build date: 2023-10-04 18:09:18 UTC Android Device Manager Version: 0.0.0.1309 Hash: 06e3e77 Branch: HEAD Build date: 2023-10-04 18:09:18 UTC Build Information Release ID: 1706050417 Git revision: 6d6585a706becbd4a5be3b0e99ace260dfdf5748 Build date: 2023-10-04 18:07:26+00 Build branch: release-17.6 Build lane: release-17.6 Operating System Mac OS X 14.0.0 Darwin 23.0.0 Darwin Kernel Version 23.0.0 Fri Sep 15 14:41:43 PDT 2023 root:xnu-10002.1.13~1/RELEASE_ARM64_T6000 arm64 ```

Build Logs

( Will place them in a separate comment )

Example Project (If Possible)

ksidirop-laerdal commented 11 months ago

Build script:

#!/usr/bin/env bash

# set -x # echo on for debugging 

# Builds a fat library for a given xcode project (framework)
#
# Derived from https://github.com/xamcat/xamarin-binding-swift-framework/blob/master/Swift/Scripts/build.fat.sh#L3-L14
#
# Note that all parameters passed to xcodebuild must be in the form of -parameter value instead of --parameter

declare SDK_VERSION="" # xcodebuild -showsdks
declare XCODEBUILD_TARGET_SDK="${XCODEBUILD_TARGET_SDK:-iphoneos}"
declare SWIFT_BUILD_CONFIGURATION="${SWIFT_BUILD_CONFIGURATION:-Release}" 

declare SUPPORTS_MACCATALYST="${SUPPORTS_MACCATALYST:-NO}"
declare XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY="$XCODEBUILD_TARGET_SDK$SDK_VERSION" #  if the version is the empty string then the latest version of the sdk will be used which is fine

declare SWIFT_PROJECT_NAME="McuMgrBindingsiOS"
declare SWIFT_BUILD_PATH="./$SWIFT_PROJECT_NAME/build"
declare SWIFT_OUTPUT_PATH="./VendorFrameworks/swift-framework-proxy"
declare SWIFT_BUILD_SCHEME="McuMgrBindingsiOS"
declare SWIFT_PROJECT_PATH="./$SWIFT_PROJECT_NAME/$SWIFT_PROJECT_NAME.xcodeproj"
declare SWIFT_PACKAGES_PATH="./packages"

declare OUTPUT_FOLDER_POSTFIX=""
if [ "$XCODEBUILD_TARGET_SDK" == "macosx" ]; then
  OUTPUT_FOLDER_POSTFIX="maccatalyst" # special case for mac catalyst
else
  OUTPUT_FOLDER_POSTFIX="$XCODEBUILD_TARGET_SDK"
fi

declare OUTPUT_FOLDER_NAME="$SWIFT_BUILD_CONFIGURATION-$OUTPUT_FOLDER_POSTFIX" #        Release-iphoneos or Release-maccatalyst       note that we intentionally *omitted* the sdk-version from the folder name 
declare OUTPUT_SHARPIE_HEADER_FILES_PATH="SharpieOutput/SwiftFrameworkProxy.Binding"  # contains the resulting files ApiDefinitions.cs and StructsAndEnums.cs  

function print_macos_sdks() {
  echo "** xcode path    : '$( "xcode-select" -p       )'"
  echo "** xcode version : '$( "xcodebuild"   -version )'"
  echo "** xcode sdks    :" 
  xcodebuild -showsdks

  echo
  echo "** SWIFT_BUILD_PATH            : '$SWIFT_BUILD_PATH'            "
  echo "** SWIFT_OUTPUT_PATH           : '$SWIFT_OUTPUT_PATH'           "
  echo "** SWIFT_BUILD_SCHEME          : '$SWIFT_BUILD_SCHEME'          "
  echo "** SWIFT_PROJECT_NAME          : '$SWIFT_PROJECT_NAME'          "
  echo "** SWIFT_PROJECT_PATH          : '$SWIFT_PROJECT_PATH'          "
  echo "** SWIFT_PACKAGES_PATH         : '$SWIFT_PACKAGES_PATH'         "
  echo "** SWIFT_BUILD_CONFIGURATION   : '$SWIFT_BUILD_CONFIGURATION'   "
  echo
  echo "** OUTPUT_FOLDER_NAME                : '$OUTPUT_FOLDER_NAME'                "
  echo "** OUTPUT_SHARPIE_HEADER_FILES_PATH  : '$OUTPUT_SHARPIE_HEADER_FILES_PATH'  "
  echo
  echo "** SDK_VERSION                                : '${SDK_VERSION:-(No specific version specified so the latest version will be used)}'"
  echo "** SUPPORTS_MACCATALYST                       : '$SUPPORTS_MACCATALYST'                       "
  echo "** XCODEBUILD_TARGET_SDK                      : '$XCODEBUILD_TARGET_SDK'                      "
  echo "** XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY  : '$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY'  "
  echo
}

function build() {
  echo "** Build $OUTPUT_FOLDER_NAME framework for device"

  echo "**** (Build 1/3) Cleanup any possible traces of previous builds"

  rm -Rf "$SWIFT_BUILD_PATH"
  rm -Rf "$SWIFT_PACKAGES_PATH"
  rm -Rf "$OUTPUT_SHARPIE_HEADER_FILES_PATH"

  echo "**** (Build 2/3) Restore packages for '$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY'"

  xcodebuild \
    -sdk "$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY" \
    -arch "arm64" \
    -scheme "$SWIFT_BUILD_SCHEME" \
    -project "$SWIFT_PROJECT_PATH" \
    -configuration "$SWIFT_BUILD_CONFIGURATION" \
    -clonedSourcePackagesDirPath "$SWIFT_PACKAGES_PATH" \
    -resolvePackageDependencies
  local exitCode=$?

  if [ $exitCode -ne 0 ]; then
    echo "** [FAILED] Failed to download dependencies for '$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY'"
    exit 1
  fi

  echo "**** (Build 3/3) Build for '$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY'"

  # https://stackoverflow.com/a/74478244/863651
  xcodebuild \
    -sdk "$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY" \
    -arch "arm64" \
    -scheme "$SWIFT_BUILD_SCHEME" \
    -project "$SWIFT_PROJECT_PATH" \
    -configuration "$SWIFT_BUILD_CONFIGURATION" \
    -derivedDataPath "$SWIFT_BUILD_PATH" \
    -clonedSourcePackagesDirPath "$SWIFT_PACKAGES_PATH" \
    CODE_SIGN_IDENTITY="" \
    CODE_SIGNING_ALLOWED="NO" \
    SUPPORTS_MACCATALYST="$SUPPORTS_MACCATALYST" \
    CODE_SIGNING_REQUIRED="NO"
  local exitCode=$?

  if [ $exitCode -ne 0 ]; then
    echo "** [FAILED] Failed to build '$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY'"
    exit 1
  fi
}

function create_fat_binaries() {
  echo "** Create fat binaries for '$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY-$SWIFT_BUILD_CONFIGURATION'"

  echo "**** (FatBinaries 1/9) Copy '$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY' build as a fat framework"
  cp \
    -R \
    "$SWIFT_BUILD_PATH/Build/Products/$OUTPUT_FOLDER_NAME" \
    "$SWIFT_BUILD_PATH/fat"
  local exitCode=$?

  if [ $exitCode -ne 0 ]; then
    echo "** [FAILED] Failed to copy"
    exit 1
  fi

  echo "**** LISTING 'PRODUCTS' FILES"
  ls -lR "$SWIFT_BUILD_PATH/Build/Products/"

  echo "**** LISTING LIPO INPUT FILES"
  ls -lR "$SWIFT_BUILD_PATH/Build/Products/$OUTPUT_FOLDER_NAME/$SWIFT_PROJECT_NAME.framework/$SWIFT_PROJECT_NAME"

  echo "**** (FatBinaries 2/9) Turn artifacts in '$OUTPUT_FOLDER_NAME' into fat libraries"
  lipo \
    -create \
    -output "$SWIFT_BUILD_PATH/fat/$SWIFT_PROJECT_NAME.framework/$SWIFT_PROJECT_NAME" \
    "$SWIFT_BUILD_PATH/Build/Products/$OUTPUT_FOLDER_NAME/$SWIFT_PROJECT_NAME.framework/$SWIFT_PROJECT_NAME"
  local exitCode=$?

  if [ $exitCode -ne 0 ]; then
    echo "** [FAILED] Failed to combine configurations"
    exit 1
  fi

  echo "**** LISTING LIPO OUTPUT FILES"
  ls -lR "$SWIFT_BUILD_PATH/fat/$SWIFT_PROJECT_NAME.framework/$SWIFT_PROJECT_NAME"

  echo "**** (FatBinaries 3/9) Verify results"
  lipo \
    -info \
    "$SWIFT_BUILD_PATH/fat/$SWIFT_PROJECT_NAME.framework/$SWIFT_PROJECT_NAME"
  local exitCode=$?

  if [ $exitCode -ne 0 ]; then
    echo "** [FAILED] Failed to verify results"
    exit 1
  fi

  echo "**** (FatBinaries 4/9) Copy fat frameworks to the output folder"
  rm -Rf "$SWIFT_OUTPUT_PATH" &&
    mkdir -p "$SWIFT_OUTPUT_PATH" &&
    cp -Rf \
      "$SWIFT_BUILD_PATH/fat/$SWIFT_PROJECT_NAME.framework" \
      "$SWIFT_OUTPUT_PATH"
  local exitCode=$?

  if [ $exitCode -ne 0 ]; then
    echo "** [FAILED] Failed to copy fat frameworks"
    exit 1
  fi

  echo "**** (FatBinaries 5/9) Generating binding api definition and structs"
  sharpie \
    bind \
    -sdk "$XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY" \
    -scope "$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/" \
    -output "$SWIFT_OUTPUT_PATH/ApiDef" \
    -namespace "$SWIFT_PROJECT_NAME" \
    "$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/$SWIFT_PROJECT_NAME-Swift.h"
  local exitCode=$?

  if [ $exitCode -ne 0 ]; then
    echo "** [FAILED] Failed to generate binding api definitions and structs"
    exit 1
  fi

  echo "**** (FatBinaries 6/9) Replace existing metadata with the updated ones"
  mkdir -p "$OUTPUT_SHARPIE_HEADER_FILES_PATH/" &&
    cp \
      -Rf \
      "$SWIFT_OUTPUT_PATH/ApiDef/." \
      "$OUTPUT_SHARPIE_HEADER_FILES_PATH/"
  local exitCode=$?

  if [ $exitCode -ne 0 ]; then
    echo "** [FAILED] Failed to replace existing metadata with the updated ones"
    exit 1
  fi
}

function main() {
  print_macos_sdks
  build
  create_fat_binaries

  echo "** Done!"
}

main "$@"
ksidirop-laerdal commented 11 months ago

And build logs (1 of 2):

 XCODEBUILD_TARGET_SDK=macosx SUPPORTS_MACCATALYST=YES ./Laerdal.Mac.CompileAndGenerateFatLibs.sh 
** xcode path    : '/Applications/Xcode.app/Contents/Developer'
** xcode version : 'Xcode 15.0.1
Build version 15A507'
** xcode sdks    :
DriverKit SDKs:
    DriverKit 23.0                  -sdk driverkit23.0

iOS SDKs:
    iOS 17.0                        -sdk iphoneos17.0

iOS Simulator SDKs:
    Simulator - iOS 17.0            -sdk iphonesimulator17.0

macOS SDKs:
    macOS 14.0                      -sdk macosx14.0
    macOS 14.0                      -sdk macosx14.0

tvOS SDKs:
    tvOS 17.0                       -sdk appletvos17.0

tvOS Simulator SDKs:
    Simulator - tvOS 17.0           -sdk appletvsimulator17.0

watchOS SDKs:
    watchOS 10.0                    -sdk watchos10.0

watchOS Simulator SDKs:
    Simulator - watchOS 10.0        -sdk watchsimulator10.0

** SWIFT_BUILD_PATH            : './Foobar/build'            
** SWIFT_OUTPUT_PATH           : './VendorFrameworks/swift-framework-proxy'           
** SWIFT_BUILD_SCHEME          : 'Foobar'          
** SWIFT_PROJECT_NAME          : 'Foobar'          
** SWIFT_PROJECT_PATH          : './Foobar/Foobar.xcodeproj'          
** SWIFT_PACKAGES_PATH         : './packages'         
** SWIFT_BUILD_CONFIGURATION   : 'Release'   

** OUTPUT_FOLDER_NAME                : 'Release-maccatalyst'                
** OUTPUT_SHARPIE_HEADER_FILES_PATH  : 'SharpieOutput/SwiftFrameworkProxy.Binding'  

** SDK_VERSION                                : '(No specific version specified so the latest version will be used)'
** SUPPORTS_MACCATALYST                       : 'YES'                       
** XCODEBUILD_TARGET_SDK                      : 'macosx'                      
** XCODEBUILD_TARGET_SDK_WITH_VERSION_IF_ANY  : 'macosx'  

** Build Release-maccatalyst framework for device
**** (Build 1/3) Cleanup any possible traces of previous builds
**** (Build 2/3) Restore packages for 'macosx'
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk macosx -arch arm64 -scheme Foobar -project ./Foobar/Foobar.xcodeproj -configuration Release -clonedSourcePackagesDirPath ./packages -resolvePackageDependencies

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = arm64
    SDKROOT = macosx14.0

Resolve Package Graph

Fetching from https://github.com/unrelentingtech/SwiftCBOR.git (cached)

Fetching from https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git (cached)

Creating working copy of package ‘IOS-nRF-Connect-Device-Manager’

Checking out 1.3.1 of package ‘IOS-nRF-Connect-Device-Manager’

Creating working copy of package ‘SwiftCBOR’

Checking out 0.4.4 of package ‘SwiftCBOR’

Resolved source packages:
  iOSMcuManagerLibrary: https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git @ 1.3.1
  SwiftCBOR: https://github.com/unrelentingtech/SwiftCBOR.git @ 0.4.4

resolved source packages: iOSMcuManagerLibrary, SwiftCBOR
**** (Build 3/3) Build for 'macosx'
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk macosx -arch arm64 -scheme Foobar -project ./Foobar/Foobar.xcodeproj -configuration Release -derivedDataPath ./Foobar/build -clonedSourcePackagesDirPath ./packages CODE_SIGN_IDENTITY= CODE_SIGNING_ALLOWED=NO SUPPORTS_MACCATALYST=YES CODE_SIGNING_REQUIRED=NO

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages
    IDEDerivedDataPathOverride = /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = arm64
    CODE_SIGN_IDENTITY = 
    CODE_SIGNING_ALLOWED = NO
    CODE_SIGNING_REQUIRED = NO
    SDKROOT = macosx14.0
    SUPPORTS_MACCATALYST = YES

Resolve Package Graph

Resolved source packages:
  iOSMcuManagerLibrary: https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git @ 1.3.1
  SwiftCBOR: https://github.com/unrelentingtech/SwiftCBOR.git @ 0.4.4

0>--- xcodebuild: Warning  : Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00006000-000645310223801E }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00006000-000645310223801E }
{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00006000-000645310223801E }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS Simulator, id:B91AFB87-A223-4E3F-BC9E-5DD08E28BC95, OS:15.4, name:iPad (9th generation) }
{ platform:iOS Simulator, id:232E33DF-5441-4693-8E0B-DF13F24D6832, OS:17.0.1, name:iPad (10th generation) }
{ platform:iOS Simulator, id:9DB0DD65-7DEC-465F-8486-494653B2C37C, OS:15.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:26A6795F-0E4F-4088-B924-35A9EE04BD28, OS:17.0.1, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:D13D2681-8BF4-4C0C-A092-EB2B09B6C68F, OS:15.4, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:D4C2E0A5-1658-4609-893B-D8C1C3683C64, OS:15.4, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:81855CD7-CB07-4236-82EE-484FCE72EB4D, OS:17.0.1, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:F2590993-3BF1-4791-AE57-8A68320F1839, OS:15.4, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:E26C6EA0-119E-42D9-816A-E89BB24FAB69, OS:17.0.1, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:E5AA1F16-CE5E-431B-AB0B-EC21E94F501C, OS:15.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:8C613E38-AC4D-41B1-9DFF-CB28580AD748, OS:17.0.1, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:E35E4A6E-9E7B-4013-9007-A0E280A584B5, OS:15.4, name:iPhone 8 }
{ platform:iOS Simulator, id:3C1B9F06-8BAB-49EB-9ECD-A24D2BFA0BE6, OS:15.4, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:4D35D0FC-B4B2-4DA0-8B8C-0EFC75025A13, OS:15.4, name:iPhone 11 }
{ platform:iOS Simulator, id:AC0B1438-55E0-4773-B727-F036FC57AAE6, OS:15.4, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:22B98BEC-B26B-4ED6-8A08-02D86D4CA666, OS:15.4, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:01D06BA6-789D-4631-9B93-48C84F464AF6, OS:15.4, name:iPhone 12 }
{ platform:iOS Simulator, id:BCEBF5C5-FB88-49D1-9E58-86668A5E38A4, OS:15.4, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:EB667537-A652-4977-B1A9-75A07D53AC4C, OS:15.4, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:A6C5237D-C485-4CDA-8683-1CE62C912BF3, OS:15.4, name:iPhone 12 mini }
{ platform:iOS Simulator, id:7572B603-ABB4-4C96-8C4E-3D999FB10A9B, OS:15.4, name:iPhone 13 }
Prepare packages
{ platform:iOS Simulator, id:F0346425-49D0-497E-94DE-7D33B552F718, OS:15.4, name:iPhone 13 Pro }
{ platform:iOS Simulator, id:F267BAB2-2F39-4FCF-B9DC-197B6B41AFF0, OS:15.4, name:iPhone 13 Pro Max }
{ platform:iOS Simulator, id:FA35AADC-7DC7-4AFD-A086-194B6ECD3612, OS:15.4, name:iPhone 13 mini }
{ platform:iOS Simulator, id:50DB69DA-D926-43EC-AD0F-E7E910B9AB5C, OS:17.0.1, name:iPhone 15 }
{ platform:iOS Simulator, id:C0192C09-6C25-4E7A-8318-2F69C67FB62D, OS:17.0.1, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:23F21BB4-D5AC-48F9-930F-902844A72C25, OS:17.0.1, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:80295D06-49E5-4BB2-8EAF-784DBBCEC572, OS:17.0.1, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:10D51D30-1318-40B8-9076-615A3E6AB41F, OS:15.4, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:D481ECCE-9984-49B6-9722-4F8D08ED4292, OS:17.0.1, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:527E6F6A-B11B-41D8-907C-A082164ACDC8, OS:15.4, name:iPod touch (7th generation) }
{ platform:iOS Simulator, id:B91AFB87-A223-4E3F-BC9E-5DD08E28BC95, OS:15.4, name:iPad (9th generation) }
{ platform:iOS Simulator, id:232E33DF-5441-4693-8E0B-DF13F24D6832, OS:17.0.1, name:iPad (10th generation) }
{ platform:iOS Simulator, id:9DB0DD65-7DEC-465F-8486-494653B2C37C, OS:15.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:26A6795F-0E4F-4088-B924-35A9EE04BD28, OS:17.0.1, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:D13D2681-8BF4-4C0C-A092-EB2B09B6C68F, OS:15.4, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:D4C2E0A5-1658-4609-893B-D8C1C3683C64, OS:15.4, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:81855CD7-CB07-4236-82EE-484FCE72EB4D, OS:17.0.1, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:F2590993-3BF1-4791-AE57-8A68320F1839, OS:15.4, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:E26C6EA0-119E-42D9-816A-E89BB24FAB69, OS:17.0.1, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:E5AA1F16-CE5E-431B-AB0B-EC21E94F501C, OS:15.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:8C613E38-AC4D-41B1-9DFF-CB28580AD748, OS:17.0.1, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:E35E4A6E-9E7B-4013-9007-A0E280A584B5, OS:15.4, name:iPhone 8 }
{ platform:iOS Simulator, id:3C1B9F06-8BAB-49EB-9ECD-A24D2BFA0BE6, OS:15.4, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:4D35D0FC-B4B2-4DA0-8B8C-0EFC75025A13, OS:15.4, name:iPhone 11 }
{ platform:iOS Simulator, id:AC0B1438-55E0-4773-B727-F036FC57AAE6, OS:15.4, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:22B98BEC-B26B-4ED6-8A08-02D86D4CA666, OS:15.4, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:01D06BA6-789D-4631-9B93-48C84F464AF6, OS:15.4, name:iPhone 12 }
{ platform:iOS Simulator, id:BCEBF5C5-FB88-49D1-9E58-86668A5E38A4, OS:15.4, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:EB667537-A652-4977-B1A9-75A07D53AC4C, OS:15.4, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:A6C5237D-C485-4CDA-8683-1CE62C912BF3, OS:15.4, name:iPhone 12 mini }
{ platform:iOS Simulator, id:7572B603-ABB4-4C96-8C4E-3D999FB10A9B, OS:15.4, name:iPhone 13 }
{ platform:iOS Simulator, id:F0346425-49D0-497E-94DE-7D33B552F718, OS:15.4, name:iPhone 13 Pro }
{ platform:iOS Simulator, id:F267BAB2-2F39-4FCF-B9DC-197B6B41AFF0, OS:15.4, name:iPhone 13 Pro Max }
{ platform:iOS Simulator, id:FA35AADC-7DC7-4AFD-A086-194B6ECD3612, OS:15.4, name:iPhone 13 mini }
{ platform:iOS Simulator, id:50DB69DA-D926-43EC-AD0F-E7E910B9AB5C, OS:17.0.1, name:iPhone 15 }
{ platform:iOS Simulator, id:C0192C09-6C25-4E7A-8318-2F69C67FB62D, OS:17.0.1, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:23F21BB4-D5AC-48F9-930F-902844A72C25, OS:17.0.1, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:80295D06-49E5-4BB2-8EAF-784DBBCEC572, OS:17.0.1, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:10D51D30-1318-40B8-9076-615A3E6AB41F, OS:15.4, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:D481ECCE-9984-49B6-9722-4F8D08ED4292, OS:17.0.1, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:527E6F6A-B11B-41D8-907C-A082164ACDC8, OS:15.4, name:iPod touch (7th generation) }

note: Using codesigning identity override: 
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'Foobar' in project 'Foobar'
        ➜ Explicit dependency on target 'iOSMcuManagerLibrary' in project 'iOSMcuManagerLibrary'
    Target 'iOSMcuManagerLibrary' in project 'iOSMcuManagerLibrary'
        ➜ Explicit dependency on target 'iOSMcuManagerLibrary' in project 'iOSMcuManagerLibrary'
        ➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
    Target 'iOSMcuManagerLibrary' in project 'iOSMcuManagerLibrary'
        ➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
    Target 'SwiftCBOR' in project 'SwiftCBOR'
        ➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
    Target 'SwiftCBOR' in project 'SwiftCBOR' (no dependencies)

GatherProvisioningInputs

CreateBuildDescription
Build description signature: 5d9adb1066e922839adaa320f79aa102
Build description path: /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/XCBuildData/5d9adb1066e922839adaa320f79aa102.xcbuilddata

CreateBuildDirectory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar.xcodeproj
    builtin-create-build-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products

ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar.xcodeproj
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache

CreateBuildDirectory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar.xcodeproj
    builtin-create-build-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex

CreateBuildDirectory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar.xcodeproj
    builtin-create-build-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst

CreateBuildDirectory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar.xcodeproj
    builtin-create-build-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst

CreateBuildDirectory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar.xcodeproj
    builtin-create-build-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks

SymLink /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Foobar Versions/Current/Foobar (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/ln -sfh Versions/Current/Foobar /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Foobar

SymLink /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Headers Versions/Current/Headers (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/ln -sfh Versions/Current/Headers /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Headers

SymLink /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Resources Versions/Current/Resources (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/ln -sfh Versions/Current/Resources /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Resources

SymLink /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Modules Versions/Current/Modules (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/ln -sfh Versions/Current/Modules /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Modules

SymLink /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/Current A (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/ln -sfh A /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/Current

MkDir /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Resources (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/mkdir -p /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Resources

MkDir /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Headers (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/mkdir -p /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Headers

MkDir /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/mkdir -p /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A

MkDir /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/mkdir -p /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions

MkDir /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/mkdir -p /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/SwiftCBOR.modulemap (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/SwiftCBOR.modulemap

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst/SwiftCBOR.modulemap /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/SwiftCBOR.modulemap (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/SwiftCBOR.modulemap /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR_const_extract_protocols.json (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR_const_extract_protocols.json

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.LinkFileList (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.LinkFileList

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.SwiftFileList (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.SwiftFileList

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-OutputFileMap.json (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-OutputFileMap.json

SwiftDriver SwiftCBOR normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-SwiftDriver -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCBOR -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.SwiftFileList -DSWIFT_PACKAGE -DXcode -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -num-threads 10 -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR_const_extract_protocols.json -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-Swift.h -working-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR -no-emit-module-separately-wmo

SwiftDriver\ Compilation SwiftCBOR normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-Swift-Compilation -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCBOR -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.SwiftFileList -DSWIFT_PACKAGE -DXcode -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -num-threads 10 -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR_const_extract_protocols.json -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-Swift.h -working-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR -no-emit-module-separately-wmo

SwiftCompile normal arm64 Compiling\ AnyCodingKey.swift,\ CBOR.swift,\ CBORDecoder.swift,\ CBOREncodable.swift,\ CBOREncoder.swift,\ CBORInputStream.swift,\ CodableCBORDecoder.swift,\ KeyedDecodingContainer.swift,\ SingleValueDecodingContainer.swift,\ UnkeyedDecodingContainer.swift,\ CodableCBOREncoder.swift,\ KeyedEncodingContainer.swift,\ SingleValueEncodingContainer.swift,\ UnkeyedEncodingContainer.swift,\ FixedWidthInteger+Bytes.swift,\ Util.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/AnyCodingKey.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBOR.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBORDecoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBOREncodable.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBOREncoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBORInputStream.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/CodableCBORDecoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/KeyedDecodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/SingleValueDecodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/UnkeyedDecodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/CodableCBOREncoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/KeyedEncodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/SingleValueEncodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/UnkeyedEncodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/FixedWidthInteger+Bytes.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Util.swift (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/AnyCodingKey.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBOR.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBORDecoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBOREncodable.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBOREncoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBORInputStream.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/CodableCBORDecoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/KeyedDecodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/SingleValueDecodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/UnkeyedDecodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/CodableCBOREncoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/KeyedEncodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/SingleValueEncodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/UnkeyedEncodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/FixedWidthInteger+Bytes.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Util.swift -supplementary-output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios13.1-macabi -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/swift-overrides.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name SwiftCBOR -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name macosx14.0 -prebuilt-module-cache-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.0 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 10 -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/AnyCodingKey.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOR.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBORDecoder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOREncodable.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOREncoder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBORInputStream.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CodableCBORDecoder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/KeyedDecodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SingleValueDecodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/UnkeyedDecodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CodableCBOREncoder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/KeyedEncodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SingleValueEncodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/UnkeyedEncodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/FixedWidthInteger+Bytes.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/Util.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/AnyCodingKey.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOR.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBORDecoder.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOREncodable.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOREncoder.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBORInputStream.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CodableCBORDecoder.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/KeyedDecodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SingleValueDecodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/UnkeyedDecodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CodableCBOREncoder.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/KeyedEncodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SingleValueEncodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/UnkeyedEncodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/FixedWidthInteger+Bytes.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/Util.o

CompileSwift normal arm64 (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/AnyCodingKey.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBOR.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBORDecoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBOREncodable.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBOREncoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/CBORInputStream.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/CodableCBORDecoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/KeyedDecodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/SingleValueDecodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Decoder/UnkeyedDecodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/CodableCBOREncoder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/KeyedEncodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/SingleValueEncodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Encoder/UnkeyedEncodingContainer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/FixedWidthInteger+Bytes.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR/Sources/SwiftCBOR/Util.swift -supplementary-output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios13.1-macabi -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/swift-overrides.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name SwiftCBOR -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name macosx14.0 -prebuilt-module-cache-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.0 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 10 -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/AnyCodingKey.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOR.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBORDecoder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOREncodable.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOREncoder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBORInputStream.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CodableCBORDecoder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/KeyedDecodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SingleValueDecodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/UnkeyedDecodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CodableCBOREncoder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/KeyedEncodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SingleValueEncodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/UnkeyedEncodingContainer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/FixedWidthInteger+Bytes.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/Util.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/AnyCodingKey.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOR.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBORDecoder.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOREncodable.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBOREncoder.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CBORInputStream.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CodableCBORDecoder.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/KeyedDecodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SingleValueDecodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/UnkeyedDecodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/CodableCBOREncoder.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/KeyedEncodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SingleValueEncodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/UnkeyedEncodingContainer.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/FixedWidthInteger+Bytes.o -index-unit-output-path /SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/Util.o

SwiftDriverJobDiscovery normal arm64 Compiling AnyCodingKey.swift, CBOR.swift, CBORDecoder.swift, CBOREncodable.swift, CBOREncoder.swift, CBORInputStream.swift, CodableCBORDecoder.swift, KeyedDecodingContainer.swift, SingleValueDecodingContainer.swift, UnkeyedDecodingContainer.swift, CodableCBOREncoder.swift, KeyedEncodingContainer.swift, SingleValueEncodingContainer.swift, UnkeyedEncodingContainer.swift, FixedWidthInteger+Bytes.swift, Util.swift (in target 'SwiftCBOR' from project 'SwiftCBOR')

SwiftDriver\ Compilation\ Requirements SwiftCBOR normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCBOR -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.SwiftFileList -DSWIFT_PACKAGE -DXcode -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -num-threads 10 -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR_const_extract_protocols.json -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-Swift.h -working-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR -no-emit-module-separately-wmo

SwiftMergeGeneratedHeaders /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst/SwiftCBOR-Swift.h /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-Swift.h (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-swiftHeaderTool -arch arm64 /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR-Swift.h -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst/SwiftCBOR-Swift.h

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.swiftmodule/arm64-apple-ios-macabi.swiftmodule /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftmodule (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftmodule /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.swiftmodule/arm64-apple-ios-macabi.swiftmodule

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.swiftmodule/arm64-apple-ios-macabi.abi.json /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.abi.json (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.abi.json /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.swiftmodule/arm64-apple-ios-macabi.abi.json

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.swiftmodule/arm64-apple-ios-macabi.swiftdoc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftdoc (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftdoc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.swiftmodule/arm64-apple-ios-macabi.swiftdoc

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftsourceinfo (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftsourceinfo /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo

Ld /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.o normal (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.1-macabi -r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -Os -L/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst -L/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -filelist /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR_lto.o -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/System/iOSSupport/usr/lib/swift -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftmodule -Xlinker -dependency_info -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR_dependency_info.dat -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.o

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/iOSMcuManagerLibrary.modulemap (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/iOSMcuManagerLibrary.modulemap

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst/iOSMcuManagerLibrary.modulemap /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/iOSMcuManagerLibrary.modulemap (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/iOSMcuManagerLibrary.modulemap /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary_const_extract_protocols.json (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary_const_extract_protocols.json
(...)
ksidirop-laerdal commented 11 months ago

Build logs (2 of 2):

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-OutputFileMap.json (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-OutputFileMap.json

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.SwiftFileList (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.SwiftFileList

SwiftDriver iOSMcuManagerLibrary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-SwiftDriver -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSMcuManagerLibrary -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.SwiftFileList -DSWIFT_PACKAGE -DXcode -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -num-threads 10 -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary_const_extract_protocols.json -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-Swift.h -working-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager -no-emit-module-separately-wmo

SwiftDriver\ Compilation iOSMcuManagerLibrary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-Swift-Compilation -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSMcuManagerLibrary -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.SwiftFileList -DSWIFT_PACKAGE -DXcode -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -num-threads 10 -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary_const_extract_protocols.json -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-Swift.h -working-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager -no-emit-module-separately-wmo

SwiftCompile normal arm64 Compiling\ McuMgrBleTransport+CBCentralManagerDelegate.swift,\ McuMgrBleTransport+CBPeripheralDelegate.swift,\ McuMgrBleTransport.swift,\ McuMgrBleTransportWriteState.swift,\ CBOR+McuManager.swift,\ Data+McuManager.swift,\ String+McuManager.swift,\ BasicManager.swift,\ ConfigManager.swift,\ CrashManager.swift,\ FirmwareUpgradeController.swift,\ FirmwareUpgradeManager.swift,\ DefaultManager.swift,\ FileSystemManager.swift,\ ImageManager.swift,\ LogManager.swift,\ RunTestManager.swift,\ StatsManager.swift,\ McuManager.swift,\ McuMgrHeader.swift,\ McuMgrImage.swift,\ McuMgrLogDelegate.swift,\ McuMgrManifest.swift,\ McuMgrROBBuffer.swift,\ McuMgrResponse.swift,\ McuMgrTransport.swift,\ CBOR+String.swift,\ ResultLock.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransport+CBPeripheralDelegate.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransport.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransportWriteState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Extensions/CBOR+McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Extensions/Data+McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Extensions/String+McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/BasicManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/ConfigManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/CrashManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/DFU/FirmwareUpgradeController.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/DFU/FirmwareUpgradeManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/DefaultManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/FileSystemManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/ImageManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/LogManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/RunTestManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/StatsManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrHeader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrImage.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrLogDelegate.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrManifest.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrROBBuffer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrResponse.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrTransport.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Utils/CBOR+String.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Utils/ResultLock.swift (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransport+CBPeripheralDelegate.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransport.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransportWriteState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Extensions/CBOR+McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Extensions/Data+McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Extensions/String+McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/BasicManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/ConfigManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/CrashManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/DFU/FirmwareUpgradeController.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/DFU/FirmwareUpgradeManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/DefaultManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/FileSystemManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/ImageManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/LogManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/RunTestManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/StatsManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrHeader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrImage.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrLogDelegate.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrManifest.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrROBBuffer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrResponse.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrTransport.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Utils/CBOR+String.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Utils/ResultLock.swift -supplementary-output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.1-macabi -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/swift-overrides.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name iOSMcuManagerLibrary -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name macosx14.0 -prebuilt-module-cache-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.0 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 10 -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport+CBCentralManagerDelegate.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport+CBPeripheralDelegate.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransportWriteState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CBOR+McuManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/Data+McuManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/String+McuManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/BasicManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ConfigManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CrashManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FirmwareUpgradeController.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FirmwareUpgradeManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/DefaultManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FileSystemManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ImageManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/LogManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/RunTestManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/StatsManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrHeader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrImage.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrLogDelegate.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrManifest.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrROBBuffer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrResponse.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrTransport.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CBOR+String.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ResultLock.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport+CBCentralManagerDelegate.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport+CBPeripheralDelegate.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransportWriteState.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CBOR+McuManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/Data+McuManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/String+McuManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/BasicManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ConfigManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CrashManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FirmwareUpgradeController.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FirmwareUpgradeManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/DefaultManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FileSystemManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ImageManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/LogManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/RunTestManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/StatsManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrHeader.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrImage.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrLogDelegate.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrManifest.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrROBBuffer.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrResponse.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrTransport.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CBOR+String.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ResultLock.o

CompileSwift normal arm64 (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransport+CBPeripheralDelegate.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransport.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Bluetooth/McuMgrBleTransportWriteState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Extensions/CBOR+McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Extensions/Data+McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Extensions/String+McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/BasicManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/ConfigManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/CrashManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/DFU/FirmwareUpgradeController.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/DFU/FirmwareUpgradeManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/DefaultManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/FileSystemManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/ImageManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/LogManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/RunTestManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Managers/StatsManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuManager.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrHeader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrImage.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrLogDelegate.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrManifest.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrROBBuffer.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrResponse.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuMgrTransport.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Utils/CBOR+String.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/Utils/ResultLock.swift -supplementary-output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.1-macabi -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/swift-overrides.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name iOSMcuManagerLibrary -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name macosx14.0 -prebuilt-module-cache-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.0 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 10 -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport+CBCentralManagerDelegate.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport+CBPeripheralDelegate.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransportWriteState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CBOR+McuManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/Data+McuManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/String+McuManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/BasicManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ConfigManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CrashManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FirmwareUpgradeController.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FirmwareUpgradeManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/DefaultManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FileSystemManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ImageManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/LogManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/RunTestManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/StatsManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuManager.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrHeader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrImage.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrLogDelegate.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrManifest.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrROBBuffer.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrResponse.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrTransport.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CBOR+String.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ResultLock.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport+CBCentralManagerDelegate.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport+CBPeripheralDelegate.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransport.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrBleTransportWriteState.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CBOR+McuManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/Data+McuManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/String+McuManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/BasicManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ConfigManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CrashManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FirmwareUpgradeController.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FirmwareUpgradeManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/DefaultManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/FileSystemManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ImageManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/LogManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/RunTestManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/StatsManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuManager.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrHeader.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrImage.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrLogDelegate.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrManifest.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrROBBuffer.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrResponse.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/McuMgrTransport.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/CBOR+String.o -index-unit-output-path /iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/ResultLock.o
0>McuManager.swift(234,23): Warning GA3EFCDE1 : unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
            } else if #available(iOS 10.0, *) {
                      ^
/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuManager.swift:231:13: note: enclosing scope here
            if #available(iOS 11.0, *) {
            ^
0>McuManager.swift(234,23): Warning GA3EFCDE1 : unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
            } else if #available(iOS 10.0, *) {
                      ^
/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager/Source/McuManager.swift:231:13: note: enclosing scope here
            if #available(iOS 11.0, *) {
            ^

RegisterExecutionPolicyException /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.o (in target 'SwiftCBOR' from project 'SwiftCBOR')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/SwiftCBOR
    builtin-RegisterExecutionPolicyException /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/SwiftCBOR.o

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.LinkFileList (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.LinkFileList

SwiftDriverJobDiscovery normal arm64 Compiling McuMgrBleTransport+CBCentralManagerDelegate.swift, McuMgrBleTransport+CBPeripheralDelegate.swift, McuMgrBleTransport.swift, McuMgrBleTransportWriteState.swift, CBOR+McuManager.swift, Data+McuManager.swift, String+McuManager.swift, BasicManager.swift, ConfigManager.swift, CrashManager.swift, FirmwareUpgradeController.swift, FirmwareUpgradeManager.swift, DefaultManager.swift, FileSystemManager.swift, ImageManager.swift, LogManager.swift, RunTestManager.swift, StatsManager.swift, McuManager.swift, McuMgrHeader.swift, McuMgrImage.swift, McuMgrLogDelegate.swift, McuMgrManifest.swift, McuMgrROBBuffer.swift, McuMgrResponse.swift, McuMgrTransport.swift, CBOR+String.swift, ResultLock.swift (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')

SwiftDriver\ Compilation\ Requirements iOSMcuManagerLibrary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSMcuManagerLibrary -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.SwiftFileList -DSWIFT_PACKAGE -DXcode -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -num-threads 10 -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary_const_extract_protocols.json -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-Swift.h -working-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager -no-emit-module-separately-wmo

SwiftMergeGeneratedHeaders /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst/iOSMcuManagerLibrary-Swift.h /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-Swift.h (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-swiftHeaderTool -arch arm64 /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary-Swift.h -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst/iOSMcuManagerLibrary-Swift.h

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule/arm64-apple-ios-macabi.swiftmodule /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftmodule (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftmodule /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule/arm64-apple-ios-macabi.swiftmodule

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule/arm64-apple-ios-macabi.abi.json /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.abi.json (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.abi.json /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule/arm64-apple-ios-macabi.abi.json

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule/arm64-apple-ios-macabi.swiftdoc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftdoc (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftdoc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule/arm64-apple-ios-macabi.swiftdoc

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftsourceinfo (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftsourceinfo /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo

Ld /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.o normal (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.1-macabi -r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -Os -L/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst -L/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -filelist /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary_lto.o -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/System/iOSSupport/usr/lib/swift -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftmodule -Xlinker -dependency_info -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary_dependency_info.dat -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.o

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-project-headers.hmap (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-project-headers.hmap

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-target-headers.hmap (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-target-headers.hmap

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar.hmap (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar.hmap

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-own-target-headers.hmap (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-own-target-headers.hmap

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/all-product-headers.yaml (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-non-framework-target-headers.hmap (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-generated-files.hmap (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-generated-files.hmap

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/unextended-module.modulemap (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/unextended-module.modulemap

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/unextended-module-overlay.yaml (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/unextended-module-overlay.yaml

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/module.modulemap (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/module.modulemap

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules/module.modulemap /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/module.modulemap (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/module.modulemap /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules

CpHeader /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Headers/Foobar.h /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/Foobar.h (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/Foobar.h /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Headers

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/Foobar_vers.c (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/Foobar_vers.c

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.SwiftFileList (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.SwiftFileList

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_const_extract_protocols.json (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_const_extract_protocols.json

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-OutputFileMap.json (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-OutputFileMap.json

SwiftDriver Foobar normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-SwiftDriver -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Foobar -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.SwiftFileList -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -target arm64-apple-ios15.0-macabi -enable-bare-slash-regex -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64 -c -num-threads 10 -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_const_extract_protocols.json -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-generated-files.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-own-target-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-project-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/unextended-module-overlay.yaml -working-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar -no-emit-module-separately-wmo

SwiftDriver\ Compilation Foobar normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-Swift-Compilation -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Foobar -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.SwiftFileList -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -target arm64-apple-ios15.0-macabi -enable-bare-slash-regex -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64 -c -num-threads 10 -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_const_extract_protocols.json -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-generated-files.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-own-target-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-project-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/unextended-module-overlay.yaml -working-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar -no-emit-module-separately-wmo

SwiftCompile normal arm64 Compiling\ IOSFirmwareInstaller.swift,\ EIOSFirmwareInstallationVerdict.swift,\ EIOSFirmwareInstallationMode.swift,\ EIOSFirmwareInstallationState.swift,\ InvalidFirmwareInstallationModeError.swift,\ IOSFirmwareEraser.swift,\ EIOSFirmwareEraserState.swift,\ IOSDeviceResetter.swift,\ EIOSDeviceResetterState.swift,\ IOSListenerForDeviceResetter.swift,\ IOSListenerForFirmwareEraser.swift,\ IOSListenerForFirmwareInstaller.swift,\ DummyPlaceholder.swift,\ EIOSFileUploaderState.swift,\ IOSFileUploader.swift,\ EIOSFileUploadingInitializationVerdict.swift,\ IOSListenerForFileUploader.swift,\ IOSFileDownloader.swift,\ EIOSFileDownloaderState.swift,\ IOSListenerForFileDownloader.swift,\ EIOSFileDownloadingInitializationVerdict.swift,\ EIOSFirmwareInstallationFatalError.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFirmwareInstaller.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationVerdict.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationMode.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/InvalidFirmwareInstallationModeError.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFirmwareEraser.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareEraserState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSDeviceResetter.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSDeviceResetterState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForDeviceResetter.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFirmwareEraser.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFirmwareInstaller.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/DummyPlaceholder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileUploaderState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFileUploader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileUploadingInitializationVerdict.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFileUploader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFileDownloader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileDownloaderState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFileDownloader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileDownloadingInitializationVerdict.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationFatalError.swift (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFirmwareInstaller.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationVerdict.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationMode.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/InvalidFirmwareInstallationModeError.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFirmwareEraser.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareEraserState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSDeviceResetter.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSDeviceResetterState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForDeviceResetter.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFirmwareEraser.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFirmwareInstaller.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/DummyPlaceholder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileUploaderState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFileUploader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileUploadingInitializationVerdict.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFileUploader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFileDownloader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileDownloaderState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFileDownloader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileDownloadingInitializationVerdict.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationFatalError.swift -supplementary-output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/supplementaryOutputs-3 -emit-localized-strings -emit-localized-strings-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64 -target arm64-apple-ios15.0-macabi -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -no-color-diagnostics -g -import-underlying-module -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -serialize-debugging-options -const-gather-protocols-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-generated-files.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-own-target-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-project-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/unextended-module-overlay.yaml -module-name Foobar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name macosx14.0 -prebuilt-module-cache-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.0 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 10 -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFirmwareInstaller.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationVerdict.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationMode.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/InvalidFirmwareInstallationModeError.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFirmwareEraser.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareEraserState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSDeviceResetter.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSDeviceResetterState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForDeviceResetter.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFirmwareEraser.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFirmwareInstaller.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/DummyPlaceholder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileUploaderState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFileUploader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileUploadingInitializationVerdict.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFileUploader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFileDownloader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileDownloaderState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFileDownloader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileDownloadingInitializationVerdict.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationFatalError.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFirmwareInstaller.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationVerdict.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationMode.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/InvalidFirmwareInstallationModeError.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFirmwareEraser.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareEraserState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSDeviceResetter.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSDeviceResetterState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForDeviceResetter.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFirmwareEraser.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFirmwareInstaller.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/DummyPlaceholder.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileUploaderState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFileUploader.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileUploadingInitializationVerdict.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFileUploader.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFileDownloader.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileDownloaderState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFileDownloader.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileDownloadingInitializationVerdict.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationFatalError.o

CompileSwift normal arm64 (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFirmwareInstaller.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationVerdict.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationMode.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/InvalidFirmwareInstallationModeError.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFirmwareEraser.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareEraserState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSDeviceResetter.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSDeviceResetterState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForDeviceResetter.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFirmwareEraser.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFirmwareInstaller.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/DummyPlaceholder.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileUploaderState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFileUploader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileUploadingInitializationVerdict.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFileUploader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFileDownloader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileDownloaderState.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFileDownloader.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileDownloadingInitializationVerdict.swift /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationFatalError.swift -supplementary-output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/supplementaryOutputs-3 -emit-localized-strings -emit-localized-strings-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64 -target arm64-apple-ios15.0-macabi -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -no-color-diagnostics -g -import-underlying-module -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -serialize-debugging-options -const-gather-protocols-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-generated-files.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-own-target-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-project-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/unextended-module-overlay.yaml -module-name Foobar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name macosx14.0 -prebuilt-module-cache-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.0 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 10 -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFirmwareInstaller.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationVerdict.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationMode.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/InvalidFirmwareInstallationModeError.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFirmwareEraser.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareEraserState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSDeviceResetter.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSDeviceResetterState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForDeviceResetter.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFirmwareEraser.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFirmwareInstaller.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/DummyPlaceholder.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileUploaderState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFileUploader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileUploadingInitializationVerdict.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFileUploader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFileDownloader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileDownloaderState.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFileDownloader.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileDownloadingInitializationVerdict.o -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationFatalError.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFirmwareInstaller.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationVerdict.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationMode.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/InvalidFirmwareInstallationModeError.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFirmwareEraser.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareEraserState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSDeviceResetter.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSDeviceResetterState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForDeviceResetter.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFirmwareEraser.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFirmwareInstaller.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/DummyPlaceholder.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileUploaderState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFileUploader.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileUploadingInitializationVerdict.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFileUploader.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSFileDownloader.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileDownloaderState.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/IOSListenerForFileDownloader.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFileDownloadingInitializationVerdict.o -index-unit-output-path /Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/EIOSFirmwareInstallationFatalError.o

RegisterExecutionPolicyException /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.o (in target 'iOSMcuManagerLibrary' from project 'iOSMcuManagerLibrary')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/packages/checkouts/IOS-nRF-Connect-Device-Manager
    builtin-RegisterExecutionPolicyException /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/iOSMcuManagerLibrary.o

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/empty-Foobar.plist (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/empty-Foobar.plist

CpResource /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Resources/package.json /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/package.json (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/package.json /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Resources

WriteAuxiliaryFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.LinkFileList (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    write-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.LinkFileList

ProcessInfoPlistFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Resources/Info.plist /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/empty-Foobar.plist (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-infoPlistUtility /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/empty-Foobar.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Resources/Info.plist

SwiftDriverJobDiscovery normal arm64 Compiling IOSFirmwareInstaller.swift, EIOSFirmwareInstallationVerdict.swift, EIOSFirmwareInstallationMode.swift, EIOSFirmwareInstallationState.swift, InvalidFirmwareInstallationModeError.swift, IOSFirmwareEraser.swift, EIOSFirmwareEraserState.swift, IOSDeviceResetter.swift, EIOSDeviceResetterState.swift, IOSListenerForDeviceResetter.swift, IOSListenerForFirmwareEraser.swift, IOSListenerForFirmwareInstaller.swift, DummyPlaceholder.swift, EIOSFileUploaderState.swift, IOSFileUploader.swift, EIOSFileUploadingInitializationVerdict.swift, IOSListenerForFileUploader.swift, IOSFileDownloader.swift, EIOSFileDownloaderState.swift, IOSListenerForFileDownloader.swift, EIOSFileDownloadingInitializationVerdict.swift, EIOSFirmwareInstallationFatalError.swift (in target 'Foobar' from project 'Foobar')

SwiftDriver\ Compilation\ Requirements Foobar normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Foobar -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.SwiftFileList -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -target arm64-apple-ios15.0-macabi -enable-bare-slash-regex -g -module-cache-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -Fsystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64 -c -num-threads 10 -Xcc -ivfsstatcache -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -output-file-map /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_const_extract_protocols.json -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-generated-files.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-own-target-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-project-headers.hmap -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources-normal/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/arm64 -Xcc -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/unextended-module-overlay.yaml -working-directory /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar -no-emit-module-separately-wmo

SwiftMergeGeneratedHeaders /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Headers/Foobar-Swift.h /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-Swift.h (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-swiftHeaderTool -arch arm64 /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-Swift.h -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Headers/Foobar-Swift.h

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule/arm64-apple-ios-macabi.swiftdoc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftdoc (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftdoc /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule/arm64-apple-ios-macabi.swiftdoc

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule/arm64-apple-ios-macabi.abi.json /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.abi.json (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.abi.json /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule/arm64-apple-ios-macabi.abi.json

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule/arm64-apple-ios-macabi.swiftmodule /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftmodule (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftmodule /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule/arm64-apple-ios-macabi.swiftmodule

Copy /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftsourceinfo (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftsourceinfo /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo

CompileC /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_vers.o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/Foobar_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/SDKStatCaches.noindex/macosx14.0-23A334-4a76ee93ef69e462914ffe9883de22b8.sdkstatcache -target arm64-apple-ios15.0-macabi -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu11 -fmodules -gmodules -fmodules-cache-path\=/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/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\=Foobar -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -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 -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -iquote /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-generated-files.hmap -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-own-target-headers.hmap -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-all-non-framework-target-headers.hmap -ivfsoverlay /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/all-product-headers.yaml -iquote /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Foobar-project-headers.hmap -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/include -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/include -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources-normal/arm64 -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/arm64 -I/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -fmodule-map-file\=/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst/SwiftCBOR.modulemap -fmodule-map-file\=/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/GeneratedModuleMaps-maccatalyst/iOSMcuManagerLibrary.modulemap -MMD -MT dependencies -MF /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_vers.d --serialize-diagnostics /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_vers.dia -c /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/DerivedSources/Foobar_vers.c -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_vers.o

Ld /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Foobar normal (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0-macabi -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -Os -L/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst -L/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -filelist /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.LinkFileList -install_name @rpath/Foobar.framework/Versions/A/Foobar -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_lto.o -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/System/iOSSupport/usr/lib/swift -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar.swiftmodule -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_dependency_info.dat -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Foobar -Xlinker -add_ast_path -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/iOSMcuManagerLibrary.build/Release-maccatalyst/iOSMcuManagerLibrary.build/Objects-normal/arm64/iOSMcuManagerLibrary.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/SwiftCBOR.build/Release-maccatalyst/SwiftCBOR.build/Objects-normal/arm64/SwiftCBOR.swiftmodule

ExtractAppIntentsMetadata (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Resources --toolchain-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Foobar --sdk-root /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk --target-triple arm64-apple-ios15.0-macabi --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFirmwareInstaller.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationVerdict.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationMode.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationState.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/InvalidFirmwareInstallationModeError.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFirmwareEraser.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareEraserState.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSDeviceResetter.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSDeviceResetterState.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForDeviceResetter.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFirmwareEraser.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFirmwareInstaller.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/DummyPlaceholder.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileUploaderState.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFileUploader.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileUploadingInitializationVerdict.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFileUploader.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSFileDownloader.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileDownloaderState.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/IOSListenerForFileDownloader.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFileDownloadingInitializationVerdict.swift --source-files /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/Foobar/EIOSFirmwareInstallationFatalError.swift --binary-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Foobar --dependency-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar_dependency_info.dat --swift-const-vals /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/Foobar-master.swiftconstvalues --stringsdata-file /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/Foobar.build/Release-maccatalyst/Foobar.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --compile-time-extraction
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'Foobar' from project 'Foobar')

GenerateDSYMFile /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework.dSYM /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Foobar (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Foobar -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework.dSYM

GenerateTAPI /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst/Foobar.framework/Versions/A/Foobar.tbd (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/PackageFrameworks -F/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/System/Library/Frameworks -L/Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Versions/A/Foobar -o /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst/Foobar.framework/Versions/A/Foobar.tbd

RegisterExecutionPolicyException /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    builtin-RegisterExecutionPolicyException /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework

SymLink /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst/Foobar.framework/Foobar.tbd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst/Foobar.framework/Versions/A/Foobar.tbd (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /bin/ln -sfh /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst/Foobar.framework/Versions/A/Foobar.tbd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Intermediates.noindex/EagerLinkingTBDs/Release-maccatalyst/Foobar.framework/Foobar.tbd

Touch /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework (in target 'Foobar' from project 'Foobar')
    cd /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar
    /usr/bin/touch -c /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework

** BUILD SUCCEEDED **

** Create fat binaries for 'macosx-Release'
**** (FatBinaries 1/9) Copy 'macosx' build as a fat framework
**** LISTING 'PRODUCTS' FILES
total 0
drwxr-xr-x@ 9 ksidirop  staff  288 Oct 30 21:39 Release-maccatalyst

./Foobar/build/Build/Products//Release-maccatalyst:
total 5264
drwxr-xr-x  7 ksidirop  staff      224 Oct 30 21:39 Foobar.framework
drwxr-xr-x  3 ksidirop  staff       96 Oct 30 21:39 Foobar.framework.dSYM
drwxr-xr-x@ 2 ksidirop  staff       64 Oct 30 21:39 PackageFrameworks
-rw-r--r--  1 ksidirop  staff   737711 Oct 30 21:39 SwiftCBOR.o
drwxr-xr-x  6 ksidirop  staff      192 Oct 30 21:39 SwiftCBOR.swiftmodule
-rw-r--r--  1 ksidirop  staff  1953256 Oct 30 21:39 iOSMcuManagerLibrary.o
drwxr-xr-x  6 ksidirop  staff      192 Oct 30 21:39 iOSMcuManagerLibrary.swiftmodule

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework:
total 0
lrwxr-xr-x  1 ksidirop  staff   24 Oct 30 21:39 Headers -> Versions/Current/Headers
lrwxr-xr-x  1 ksidirop  staff   34 Oct 30 21:39 Foobar -> Versions/Current/Foobar
lrwxr-xr-x  1 ksidirop  staff   24 Oct 30 21:39 Modules -> Versions/Current/Modules
lrwxr-xr-x  1 ksidirop  staff   26 Oct 30 21:39 Resources -> Versions/Current/Resources
drwxr-xr-x  4 ksidirop  staff  128 Oct 30 21:39 Versions

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework/Versions:
total 0
drwxr-xr-x  6 ksidirop  staff  192 Oct 30 21:39 A
lrwxr-xr-x  1 ksidirop  staff    1 Oct 30 21:39 Current -> A

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework/Versions/A:
total 3560
drwxr-xr-x  4 ksidirop  staff      128 Oct 30 21:39 Headers
-rwxr-xr-x  1 ksidirop  staff  1819648 Oct 30 21:39 Foobar
drwxr-xr-x  4 ksidirop  staff      128 Oct 30 21:39 Modules
drwxr-xr-x  4 ksidirop  staff      128 Oct 30 21:39 Resources

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework/Versions/A/Headers:
total 56
-rw-r--r--  1 ksidirop  staff  20503 Oct 30 21:39 Foobar-Swift.h
-rw-r--r--  1 ksidirop  staff    381 Oct 30 21:39 Foobar.h

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework/Versions/A/Modules:
total 8
drwxr-xr-x  6 ksidirop  staff  192 Oct 30 21:39 Foobar.swiftmodule
-rw-r--r--  1 ksidirop  staff  204 Oct 30 21:39 module.modulemap

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule:
total 352
drwxr-xr-x  3 ksidirop  staff      96 Oct 30 21:39 Project
-rw-r--r--  1 ksidirop  staff     147 Oct 30 21:39 arm64-apple-ios-macabi.abi.json
-rw-r--r--  1 ksidirop  staff     412 Oct 30 21:39 arm64-apple-ios-macabi.swiftdoc
-rw-r--r--  1 ksidirop  staff  169800 Oct 30 21:39 arm64-apple-ios-macabi.swiftmodule

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework/Versions/A/Modules/Foobar.swiftmodule/Project:
total 80
-rw-r--r--  1 ksidirop  staff  38792 Oct 30 21:39 arm64-apple-ios-macabi.swiftsourceinfo

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework/Versions/A/Resources:
total 16
-rw-r--r--  1 ksidirop  staff  1371 Oct 30 21:39 Info.plist
-rw-r--r--  1 ksidirop  staff    81 Oct 30 21:39 package.json

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework.dSYM:
total 0
drwxr-xr-x  4 ksidirop  staff  128 Oct 30 21:39 Contents

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework.dSYM/Contents:
total 8
-rw-r--r--  1 ksidirop  staff  654 Oct 30 21:39 Info.plist
drwxr-xr-x  4 ksidirop  staff  128 Oct 30 21:39 Resources

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework.dSYM/Contents/Resources:
total 0
drwxr-xr-x  3 ksidirop  staff  96 Oct 30 21:39 DWARF
drwxr-xr-x  3 ksidirop  staff  96 Oct 30 21:39 Relocations

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework.dSYM/Contents/Resources/DWARF:
total 10808
-rw-r--r--  1 ksidirop  staff  5531004 Oct 30 21:39 Foobar

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework.dSYM/Contents/Resources/Relocations:
total 0
drwxr-xr-x  3 ksidirop  staff  96 Oct 30 21:39 aarch64

./Foobar/build/Build/Products//Release-maccatalyst/Foobar.framework.dSYM/Contents/Resources/Relocations/aarch64:
total 1248
-rw-r--r--  1 ksidirop  staff  637271 Oct 30 21:39 Foobar.yml

./Foobar/build/Build/Products//Release-maccatalyst/PackageFrameworks:
total 0

./Foobar/build/Build/Products//Release-maccatalyst/SwiftCBOR.swiftmodule:
total 368
drwxr-xr-x  3 ksidirop  staff      96 Oct 30 21:39 Project
-rw-r--r--  1 ksidirop  staff     147 Oct 30 21:39 arm64-apple-ios-macabi.abi.json
-rw-r--r--  1 ksidirop  staff    3016 Oct 30 21:39 arm64-apple-ios-macabi.swiftdoc
-rw-r--r--  1 ksidirop  staff  177784 Oct 30 21:39 arm64-apple-ios-macabi.swiftmodule

./Foobar/build/Build/Products//Release-maccatalyst/SwiftCBOR.swiftmodule/Project:
total 64
-rw-r--r--  1 ksidirop  staff  29872 Oct 30 21:39 arm64-apple-ios-macabi.swiftsourceinfo

./Foobar/build/Build/Products//Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule:
total 1400
drwxr-xr-x  3 ksidirop  staff      96 Oct 30 21:39 Project
-rw-r--r--  1 ksidirop  staff     147 Oct 30 21:39 arm64-apple-ios-macabi.abi.json
-rw-r--r--  1 ksidirop  staff   75832 Oct 30 21:39 arm64-apple-ios-macabi.swiftdoc
-rw-r--r--  1 ksidirop  staff  632196 Oct 30 21:39 arm64-apple-ios-macabi.swiftmodule

./Foobar/build/Build/Products//Release-maccatalyst/iOSMcuManagerLibrary.swiftmodule/Project:
total 280
-rw-r--r--  1 ksidirop  staff  140548 Oct 30 21:39 arm64-apple-ios-macabi.swiftsourceinfo
**** LISTING LIPO INPUT FILES
lrwxr-xr-x  1 ksidirop  staff  34 Oct 30 21:39 ./Foobar/build/Build/Products/Release-maccatalyst/Foobar.framework/Foobar -> Versions/Current/Foobar
**** (FatBinaries 2/9) Turn artifacts in 'Release-maccatalyst' into fat libraries
**** LISTING LIPO OUTPUT FILES
-rwxr-xr-x  1 ksidirop  staff  1836032 Oct 30 21:39 ./Foobar/build/fat/Foobar.framework/Foobar
**** (FatBinaries 3/9) Verify results
Architectures in the fat file: ./Foobar/build/fat/Foobar.framework/Foobar are: arm64 
**** (FatBinaries 4/9) Copy fat frameworks to the output folder
**** (FatBinaries 5/9) Generating binding api definition and structs
Parsing 1 header files...
0>Foobar-Swift.h(534,2): Error G58A01415 : unsupported Swift architecture
  534 | #error unsupported Swift architecture
      |  ^

Binding...
1 error generated.
Error while processing /Users/ksidirop/Repos/laerdal.cmps/mcumgr.dev/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/VendorFrameworks/swift-framework-proxy/Foobar.framework/Versions/A/Headers/Foobar-Swift.h.

Done. Exiting with error code 1.
0>EXEC: Error  : Clang failed to parse input and exited with code 1
** [FAILED] Failed to generate binding api definitions and structs
ksidirop-laerdal commented 11 months ago

The file that fails to be processed:

#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
#ifndef MCUMGRBINDINGSIOS_SWIFT_H
#define MCUMGRBINDINGSIOS_SWIFT_H
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

#if !defined(__has_include)
# define __has_include(x) 0
#endif
#if !defined(__has_attribute)
# define __has_attribute(x) 0
#endif
#if !defined(__has_feature)
# define __has_feature(x) 0
#endif
#if !defined(__has_warning)
# define __has_warning(x) 0
#endif

#if __has_include(<swift/objc-prologue.h>)
# include <swift/objc-prologue.h>
#endif

#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include <Foundation/Foundation.h>
#endif
#if defined(__cplusplus)
#include <cstdint>
#include <cstddef>
#include <cstdbool>
#include <cstring>
#include <stdlib.h>
#include <new>
#include <type_traits>
#else
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <string.h>
#endif
#if defined(__cplusplus)
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
# ifndef __ptrauth_swift_value_witness_function_pointer
#  define __ptrauth_swift_value_witness_function_pointer(x)
# endif
# ifndef __ptrauth_swift_class_method_pointer
#  define __ptrauth_swift_class_method_pointer(x)
# endif
#pragma clang diagnostic pop
#endif
#endif

#if !defined(SWIFT_TYPEDEFS)
# define SWIFT_TYPEDEFS 1
# if __has_include(<uchar.h>)
#  include <uchar.h>
# elif !defined(__cplusplus)
typedef uint_least16_t char16_t;
typedef uint_least32_t char32_t;
# endif
typedef float swift_float2  __attribute__((__ext_vector_type__(2)));
typedef float swift_float3  __attribute__((__ext_vector_type__(3)));
typedef float swift_float4  __attribute__((__ext_vector_type__(4)));
typedef double swift_double2  __attribute__((__ext_vector_type__(2)));
typedef double swift_double3  __attribute__((__ext_vector_type__(3)));
typedef double swift_double4  __attribute__((__ext_vector_type__(4)));
typedef int swift_int2  __attribute__((__ext_vector_type__(2)));
typedef int swift_int3  __attribute__((__ext_vector_type__(3)));
typedef int swift_int4  __attribute__((__ext_vector_type__(4)));
typedef unsigned int swift_uint2  __attribute__((__ext_vector_type__(2)));
typedef unsigned int swift_uint3  __attribute__((__ext_vector_type__(3)));
typedef unsigned int swift_uint4  __attribute__((__ext_vector_type__(4)));
#endif

#if !defined(SWIFT_PASTE)
# define SWIFT_PASTE_HELPER(x, y) x##y
# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
#endif
#if !defined(SWIFT_METATYPE)
# define SWIFT_METATYPE(X) Class
#endif
#if !defined(SWIFT_CLASS_PROPERTY)
# if __has_feature(objc_class_property)
#  define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
#  define SWIFT_CLASS_PROPERTY(...) 
# endif
#endif
#if !defined(SWIFT_RUNTIME_NAME)
# if __has_attribute(objc_runtime_name)
#  define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
# else
#  define SWIFT_RUNTIME_NAME(X) 
# endif
#endif
#if !defined(SWIFT_COMPILE_NAME)
# if __has_attribute(swift_name)
#  define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
# else
#  define SWIFT_COMPILE_NAME(X) 
# endif
#endif
#if !defined(SWIFT_METHOD_FAMILY)
# if __has_attribute(objc_method_family)
#  define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
# else
#  define SWIFT_METHOD_FAMILY(X) 
# endif
#endif
#if !defined(SWIFT_NOESCAPE)
# if __has_attribute(noescape)
#  define SWIFT_NOESCAPE __attribute__((noescape))
# else
#  define SWIFT_NOESCAPE 
# endif
#endif
#if !defined(SWIFT_RELEASES_ARGUMENT)
# if __has_attribute(ns_consumed)
#  define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
# else
#  define SWIFT_RELEASES_ARGUMENT 
# endif
#endif
#if !defined(SWIFT_WARN_UNUSED_RESULT)
# if __has_attribute(warn_unused_result)
#  define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
# else
#  define SWIFT_WARN_UNUSED_RESULT 
# endif
#endif
#if !defined(SWIFT_NORETURN)
# if __has_attribute(noreturn)
#  define SWIFT_NORETURN __attribute__((noreturn))
# else
#  define SWIFT_NORETURN 
# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
# define SWIFT_CLASS_EXTRA 
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
# define SWIFT_PROTOCOL_EXTRA 
#endif
#if !defined(SWIFT_ENUM_EXTRA)
# define SWIFT_ENUM_EXTRA 
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
#  define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
#  define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
# else
#  define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
#  define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
# endif
#endif
#if !defined(SWIFT_RESILIENT_CLASS)
# if __has_attribute(objc_class_stub)
#  define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
#  define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
# else
#  define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
#  define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
#  define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
#  define OBJC_DESIGNATED_INITIALIZER 
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
# if __has_attribute(enum_extensibility)
#  define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
#  define SWIFT_ENUM_ATTR(_extensibility) 
# endif
#endif
#if !defined(SWIFT_ENUM)
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
# if __has_feature(generalized_swift_name)
#  define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
# else
#  define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
# endif
#endif
#if !defined(SWIFT_UNAVAILABLE)
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
#endif
#if !defined(SWIFT_UNAVAILABLE_MSG)
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
#endif
#if !defined(SWIFT_AVAILABILITY)
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
#endif
#if !defined(SWIFT_WEAK_IMPORT)
# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
#endif
#if !defined(SWIFT_DEPRECATED)
# define SWIFT_DEPRECATED __attribute__((deprecated))
#endif
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
#if !defined(SWIFT_DEPRECATED_OBJC)
# if __has_feature(attribute_diagnose_if_objc)
#  define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
# else
#  define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
# define IBSegueAction 
#endif
#endif
#if !defined(SWIFT_EXTERN)
# if defined(__cplusplus)
#  define SWIFT_EXTERN extern "C"
# else
#  define SWIFT_EXTERN extern
# endif
#endif
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
#if !defined(SWIFT_INDIRECT_RESULT)
# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
#endif
#if !defined(SWIFT_CONTEXT)
# define SWIFT_CONTEXT __attribute__((swift_context))
#endif
#if !defined(SWIFT_ERROR_RESULT)
# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
#endif
#if defined(__cplusplus)
# define SWIFT_NOEXCEPT noexcept
#else
# define SWIFT_NOEXCEPT 
#endif
#if !defined(SWIFT_C_INLINE_THUNK)
# if __has_attribute(always_inline)
# if __has_attribute(nodebug)
#  define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
# else
#  define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
# endif
# else
#  define SWIFT_C_INLINE_THUNK inline
# endif
#endif
#if defined(_WIN32)
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
#endif
#else
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
# define SWIFT_IMPORT_STDLIB_SYMBOL 
#endif
#endif
#if defined(__OBJC__)
#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import Foundation;
@import ObjectiveC;
#endif

#endif
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
#if __has_warning("-Wpragma-clang-attribute")
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
#endif
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"

#if __has_attribute(external_source_symbol)
# pragma push_macro("any")
# undef any
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="McuMgrBindingsiOS",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
# pragma pop_macro("any")
#endif

#if defined(__OBJC__)
typedef SWIFT_ENUM(NSInteger, EIOSDeviceResetterState, closed) {
  EIOSDeviceResetterStateNone = 0,
  EIOSDeviceResetterStateIdle = 1,
  EIOSDeviceResetterStateResetting = 2,
  EIOSDeviceResetterStateComplete = 3,
  EIOSDeviceResetterStateFailed = 4,
};

typedef SWIFT_ENUM(NSInteger, EIOSFileDownloaderState, closed) {
  EIOSFileDownloaderStateNone = 0,
  EIOSFileDownloaderStateIdle = 1,
  EIOSFileDownloaderStateDownloading = 2,
  EIOSFileDownloaderStatePaused = 3,
  EIOSFileDownloaderStateComplete = 4,
  EIOSFileDownloaderStateCancelled = 5,
  EIOSFileDownloaderStateError = 6,
  EIOSFileDownloaderStateCancelling = 7,
};

typedef SWIFT_ENUM(NSInteger, EIOSFileDownloadingInitializationVerdict, closed) {
  EIOSFileDownloadingInitializationVerdictSuccess = 0,
  EIOSFileDownloadingInitializationVerdictFailedInvalidSettings = 1,
  EIOSFileDownloadingInitializationVerdictFailedDownloadAlreadyInProgress = 2,
};

typedef SWIFT_ENUM(NSInteger, EIOSFileUploaderState, closed) {
  EIOSFileUploaderStateNone = 0,
  EIOSFileUploaderStateIdle = 1,
  EIOSFileUploaderStateUploading = 2,
  EIOSFileUploaderStatePaused = 3,
  EIOSFileUploaderStateComplete = 4,
  EIOSFileUploaderStateCancelled = 5,
  EIOSFileUploaderStateError = 6,
  EIOSFileUploaderStateCancelling = 7,
};

typedef SWIFT_ENUM(NSInteger, EIOSFileUploadingInitializationVerdict, closed) {
  EIOSFileUploadingInitializationVerdictSuccess = 0,
  EIOSFileUploadingInitializationVerdictFailedInvalidSettings = 1,
  EIOSFileUploadingInitializationVerdictFailedInvalidData = 2,
  EIOSFileUploadingInitializationVerdictFailedOtherUploadAlreadyInProgress = 3,
};

typedef SWIFT_ENUM(NSInteger, EIOSFirmwareEraserState, closed) {
  EIOSFirmwareEraserStateNone = 0,
  EIOSFirmwareEraserStateIdle = 1,
  EIOSFirmwareEraserStateErasing = 2,
  EIOSFirmwareEraserStateComplete = 3,
  EIOSFirmwareEraserStateFailed = 4,
};

typedef SWIFT_ENUM(NSInteger, EIOSFirmwareInstallationMode, closed) {
  EIOSFirmwareInstallationModeTestOnly = 0,
  EIOSFirmwareInstallationModeConfirmOnly = 1,
  EIOSFirmwareInstallationModeTestAndConfirm = 2,
};

typedef SWIFT_ENUM(NSInteger, EIOSFirmwareInstallationState, closed) {
  EIOSFirmwareInstallationStateNone = 0,
  EIOSFirmwareInstallationStateIdle = 1,
  EIOSFirmwareInstallationStateValidating = 2,
  EIOSFirmwareInstallationStateUploading = 3,
  EIOSFirmwareInstallationStatePaused = 4,
  EIOSFirmwareInstallationStateTesting = 5,
  EIOSFirmwareInstallationStateResetting = 6,
  EIOSFirmwareInstallationStateConfirming = 7,
  EIOSFirmwareInstallationStateComplete = 8,
  EIOSFirmwareInstallationStateCancelling = 9,
  EIOSFirmwareInstallationStateCancelled = 10,
  EIOSFirmwareInstallationStateError = 11,
};

typedef SWIFT_ENUM(NSInteger, EIOSFirmwareInstallationVerdict, closed) {
  EIOSFirmwareInstallationVerdictSuccess = 0,
  EIOSFirmwareInstallationVerdictFailedInvalidFirmware = 1,
  EIOSFirmwareInstallationVerdictFailedInvalidSettings = 3,
  EIOSFirmwareInstallationVerdictFailedDeploymentError = 5,
  EIOSFirmwareInstallationVerdictFailedInstallationAlreadyInProgress = 9,
};

typedef SWIFT_ENUM(NSInteger, EIOSFirmwareInstallerFatalErrorType, closed) {
  EIOSFirmwareInstallerFatalErrorTypeGeneric = 0,
  EIOSFirmwareInstallerFatalErrorTypeInvalidSettings = 1,
  EIOSFirmwareInstallerFatalErrorTypeInvalidFirmware = 2,
  EIOSFirmwareInstallerFatalErrorTypeDeploymentFailed = 3,
  EIOSFirmwareInstallerFatalErrorTypeFirmwareImageSwapTimeout = 4,
  EIOSFirmwareInstallerFatalErrorTypeFirmwareUploadingErroredOut = 5,
};

@class CBPeripheral;
@protocol IOSListenerForDeviceResetter;
@class NSString;

SWIFT_CLASS("_TtC17McuMgrBindingsiOS17IOSDeviceResetter")
@interface IOSDeviceResetter : NSObject
- (nonnull instancetype)init:(CBPeripheral * _Null_unspecified)cbPeripheral :(id <IOSListenerForDeviceResetter> _Null_unspecified)listener OBJC_DESIGNATED_INITIALIZER;
- (void)beginReset;
- (void)disconnect;
- (NSString * _Nonnull)getLastFatalErrorMessage SWIFT_WARN_UNUSED_RESULT;
- (enum EIOSDeviceResetterState)getState SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end

@protocol IOSListenerForFileDownloader;

SWIFT_CLASS("_TtC17McuMgrBindingsiOS17IOSFileDownloader")
@interface IOSFileDownloader : NSObject
- (nonnull instancetype)init:(CBPeripheral * _Null_unspecified)cbPeripheral :(id <IOSListenerForFileDownloader> _Null_unspecified)listener OBJC_DESIGNATED_INITIALIZER;
- (enum EIOSFileDownloadingInitializationVerdict)beginDownload:(NSString * _Nonnull)remoteFilePath SWIFT_WARN_UNUSED_RESULT;
- (NSString * _Nonnull)getLastFatalErrorMessage SWIFT_WARN_UNUSED_RESULT;
- (void)pause;
- (void)resume;
- (void)cancel;
- (void)disconnect;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end

@protocol IOSListenerForFileUploader;
@class NSData;

SWIFT_CLASS("_TtC17McuMgrBindingsiOS15IOSFileUploader")
@interface IOSFileUploader : NSObject
- (nonnull instancetype)init:(CBPeripheral * _Null_unspecified)cbPeripheral :(id <IOSListenerForFileUploader> _Null_unspecified)listener OBJC_DESIGNATED_INITIALIZER;
- (enum EIOSFileUploadingInitializationVerdict)beginUpload:(NSString * _Nonnull)remoteFilePath :(NSData * _Nonnull)data SWIFT_WARN_UNUSED_RESULT;
- (NSString * _Nonnull)getLastFatalErrorMessage SWIFT_WARN_UNUSED_RESULT;
- (void)pause;
- (void)resume;
- (void)cancel;
- (void)disconnect;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end

@protocol IOSListenerForFirmwareEraser;

SWIFT_CLASS("_TtC17McuMgrBindingsiOS17IOSFirmwareEraser")
@interface IOSFirmwareEraser : NSObject
- (nonnull instancetype)init:(CBPeripheral * _Null_unspecified)cbPeripheral :(id <IOSListenerForFirmwareEraser> _Null_unspecified)listener OBJC_DESIGNATED_INITIALIZER;
- (void)beginErasure:(NSInteger)imageIndex;
- (void)disconnect;
- (NSString * _Nonnull)getLastFatalErrorMessage SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end

@protocol IOSListenerForFirmwareInstaller;

SWIFT_CLASS("_TtC17McuMgrBindingsiOS20IOSFirmwareInstaller")
@interface IOSFirmwareInstaller : NSObject
- (nonnull instancetype)init:(CBPeripheral * _Null_unspecified)cbPeripheral :(id <IOSListenerForFirmwareInstaller> _Null_unspecified)listener OBJC_DESIGNATED_INITIALIZER;
- (enum EIOSFirmwareInstallationVerdict)beginInstallation:(NSData * _Nonnull)imageData :(enum EIOSFirmwareInstallationMode)mode :(BOOL)eraseSettings :(NSInteger)estimatedSwapTimeInMilliseconds :(NSInteger)pipelineDepth :(NSInteger)byteAlignment SWIFT_WARN_UNUSED_RESULT;
- (NSString * _Nonnull)getLastFatalErrorMessage SWIFT_WARN_UNUSED_RESULT;
- (void)pause;
- (void)resume;
- (void)cancel;
- (void)disconnect;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end

SWIFT_PROTOCOL("_TtP17McuMgrBindingsiOS28IOSListenerForDeviceResetter_")
@protocol IOSListenerForDeviceResetter
- (void)logMessageAdvertisement:(NSString * _Nonnull)message :(NSString * _Nonnull)category :(NSString * _Nonnull)level;
- (void)fatalErrorOccurredAdvertisement:(NSString * _Nonnull)errorMessage;
- (void)stateChangedAdvertisement:(enum EIOSDeviceResetterState)oldState :(enum EIOSDeviceResetterState)newState;
@end

SWIFT_PROTOCOL("_TtP17McuMgrBindingsiOS28IOSListenerForFileDownloader_")
@protocol IOSListenerForFileDownloader
- (void)logMessageAdvertisement:(NSString * _Nonnull)message :(NSString * _Nonnull)category :(NSString * _Nonnull)level :(NSString * _Nonnull)resource;
- (void)fatalErrorOccurredAdvertisement:(NSString * _Nonnull)resource :(NSString * _Nonnull)errorMessage;
- (void)cancelledAdvertisement;
- (void)stateChangedAdvertisement:(NSString * _Nonnull)resource :(enum EIOSFileDownloaderState)oldState :(enum EIOSFileDownloaderState)newState;
- (void)busyStateChangedAdvertisement:(BOOL)busyNotIdle;
- (void)downloadCompletedAdvertisement:(NSString * _Nonnull)resource :(NSArray<NSNumber *> * _Nonnull)data;
- (void)fileDownloadProgressPercentageAndDataThroughputChangedAdvertisement:(NSInteger)progressPercentage :(float)averageThroughput;
@end

SWIFT_PROTOCOL("_TtP17McuMgrBindingsiOS26IOSListenerForFileUploader_")
@protocol IOSListenerForFileUploader
- (void)logMessageAdvertisement:(NSString * _Nonnull)message :(NSString * _Nonnull)category :(NSString * _Nonnull)level :(NSString * _Nonnull)resource;
- (void)fatalErrorOccurredAdvertisement:(NSString * _Nonnull)resource :(NSString * _Nonnull)errorMessage;
- (void)cancelledAdvertisement;
- (void)stateChangedAdvertisement:(NSString * _Nonnull)resource :(enum EIOSFileUploaderState)oldState :(enum EIOSFileUploaderState)newState;
- (void)uploadCompletedAdvertisement:(NSString * _Nonnull)resource;
- (void)busyStateChangedAdvertisement:(BOOL)busyNotIdle;
- (void)fileUploadProgressPercentageAndDataThroughputChangedAdvertisement:(NSInteger)progressPercentage :(float)averageThroughput;
@end

SWIFT_PROTOCOL("_TtP17McuMgrBindingsiOS28IOSListenerForFirmwareEraser_")
@protocol IOSListenerForFirmwareEraser
- (void)logMessageAdvertisement:(NSString * _Nonnull)message :(NSString * _Nonnull)category :(NSString * _Nonnull)level;
- (void)fatalErrorOccurredAdvertisement:(NSString * _Nonnull)errorMessage;
- (void)stateChangedAdvertisement:(enum EIOSFirmwareEraserState)oldState :(enum EIOSFirmwareEraserState)newState;
- (void)busyStateChangedAdvertisement:(BOOL)busyNotIdle;
@end

SWIFT_PROTOCOL("_TtP17McuMgrBindingsiOS31IOSListenerForFirmwareInstaller_")
@protocol IOSListenerForFirmwareInstaller
- (void)cancelledAdvertisement;
- (void)logMessageAdvertisement:(NSString * _Nonnull)message :(NSString * _Nonnull)category :(NSString * _Nonnull)level;
- (void)stateChangedAdvertisement:(enum EIOSFirmwareInstallationState)oldState :(enum EIOSFirmwareInstallationState)newState;
- (void)busyStateChangedAdvertisement:(BOOL)busyNotIdle;
- (void)fatalErrorOccurredAdvertisement:(enum EIOSFirmwareInstallationState)currentState :(enum EIOSFirmwareInstallerFatalErrorType)fatalErrorType :(NSString * _Nonnull)errorMessage;
- (void)firmwareUploadProgressPercentageAndDataThroughputChangedAdvertisement:(NSInteger)progressPercentage :(float)averageThroughput;
@end

#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#if defined(__cplusplus)
#endif
#pragma clang diagnostic pop
#endif

#else
#error unsupported Swift architecture   <--- preprocessor ends up here
#endif
rolfbjarne commented 11 months ago

I run into this following your instructions:

xcodebuild: error: './McuMgrBindingsiOS/McuMgrBindingsiOS.xcodeproj' does not exist.

Can you zip up and attach everything needed to reproduce this? That way we can be sure I'm doing the same as you are.

ksidirop-laerdal commented 11 months ago

I run into this following your instructions:

xcodebuild: error: './McuMgrBindingsiOS/McuMgrBindingsiOS.xcodeproj' does not exist.

Can you zip up and attach everything needed to reproduce this? That way we can be sure I'm doing the same as you are.

@rolfbjarne Appreciate the prompt response - I've given you access to the repository:

https://github.com/Laerdal/Laerdal.McuMgr

Check it out on MacOS/Arm64 (I'm using M1) running Sonoma with latest Xcode (14.0.1) and from the root folder run:

    cd Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native  &&   XCODEBUILD_TARGET_SDK=macosx SUPPORTS_MACCATALYST=YES ./Laerdal.Mac.CompileAndGenerateFatLibs.sh

Let me know if this reproduces the error on your end.

rolfbjarne commented 11 months ago

You need to tell sharpie to pass -arch arm64 to clang, then it works:

diff --git a/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Laerdal.Mac.CompileAndGenerateFatLibs.sh b/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Laerdal.Mac.CompileAndGenerateFatLibs.sh
index d671827..ee91451 100755
--- a/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Laerdal.Mac.CompileAndGenerateFatLibs.sh
+++ b/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Laerdal.Mac.CompileAndGenerateFatLibs.sh
@@ -173,7 +173,8 @@ function create_fat_binaries() {
     -scope "$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/" \
     -output "$SWIFT_OUTPUT_PATH/ApiDef" \
     -namespace "$SWIFT_PROJECT_NAME" \
-    "$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/$SWIFT_PROJECT_NAME-Swift.h"
+    "$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/$SWIFT_PROJECT_NAME-Swift.h" \
+    -clang -arch arm64
   local exitCode=$?

   if [ $exitCode -ne 0 ]; then
ksidirop-laerdal commented 11 months ago

You need to tell sharpie to pass -arch arm64 to clang, then it works:

diff --git a/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Laerdal.Mac.CompileAndGenerateFatLibs.sh b/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Laerdal.Mac.CompileAndGenerateFatLibs.sh
index d671827..ee91451 100755
--- a/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Laerdal.Mac.CompileAndGenerateFatLibs.sh
+++ b/Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native/Laerdal.Mac.CompileAndGenerateFatLibs.sh
@@ -173,7 +173,8 @@ function create_fat_binaries() {
     -scope "$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/" \
     -output "$SWIFT_OUTPUT_PATH/ApiDef" \
     -namespace "$SWIFT_PROJECT_NAME" \
-    "$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/$SWIFT_PROJECT_NAME-Swift.h"
+    "$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/$SWIFT_PROJECT_NAME-Swift.h" \
+    -clang -arch arm64
   local exitCode=$?

   if [ $exitCode -ne 0 ]; then

Will give it a shot. Need to test that the iOS build will work with these parameters too - otherwise they will have to be made specific to mac-catalyst. Much appreciated!